Pasting data from ExcelHello everyone,
I'm not sure if I should be posting this question here or in the Excel
forum but here goes. Is it possible to copy data from multiple cells in
Excel and then paste them into multiple lines of the criteria section of an
Access query? For example, Given cells and values: A1- 1
A2- 2
A3- 3
I would like to be able to copy this data from Excel and paste it into an
Access query like : Criteria: 1
or: 2
3
I am using Access 2002 SP3 and Exc...
Excel Drop Down BoxI'm trying to edit an excel worksheet that has drop down boxes.
However, the drop down boxes are not typical forms. These drop dow
boxes appear to be normal cells (They contain text). When I click o
the box, a little gray box shows up w/ a down arrow to the right of th
cell. However, if you right click on the cell, there aren't an
property options that are displayed.
I was wondering if anybody had any idea what kind of drop down box thi
is. How can I edit or create one
--
Message posted from http://www.ExcelForum.com
It sounds like it's under Data|Validation.
chris313 wr...
how to select multiple text boxes in excel for formattingI am trying to select multiple text boxes for formatting the font but seem
unable to select all of them other than to click on each one individually.
Is there an easy way to select all of the text boxes at once?
To select multiple objects on the sheet --
Click on one object
Hold the Ctrl key, and click on additional objects
To select all the objects on the sheet --
Choose Edit>Go To, click Special
Select Objects, click OK
Or, to work with specific objects, you can add the 'Select Multiple
Objects' tool to one of your toolbars:
Choose Tools>Customize
Select the Commands tab...
How to use outlook address in ExcelHello,
I have an Excel sheet which I use as an invoicing-application. I would like
to retrieve address-data from Outlook where I keep all my contact-data of my
customers. So, I want to select a customer from my Outlook contactlist when I
am writing a new invoice in Excel.
In Word, I have a macro which does this, but unfortunately the
Application.GetAddress does not work in Excel.
Can somebody help me ?
"Henny Slokker" wrote:
> Hello,
>
> I have an Excel sheet which I use as an invoicing-application. I would like
> to retrieve address-data from Outlook where I...
Hidden files in Ms-Query cause ODBC connect errors or Query is wacI have a Query fetch_from_bob that moves data (collapses records,unique key search, etc...) from excel spreadsheet "bob" to excel spreadsheet "fred". Fred and bob live in the same directory" c:\123directory" on the same computer.
I allow this query to execute/refresh data automatically when one of the query paramaters is changed. This works great. I also have a macro that invokes the query to refresh the data whenever the user desires. This works great as well. The macro literally has all the VB code to execute the query.
But I'm just a part time progra...
excel margin issues on landscapeWhen I print a spreadsheet I cant get it to print to the full page - it
prints smaller unlike older excel program.
Also when i set the margins for a spreadsheet the left hand margin wont move
over to the edge of page like right hand side?
In Page Setup: If you are using the Scaling option to print to a certain
number of pages wide by pages tall and/or you are using the columns to repeat
at left, try:
- clearing the number of pages tall value (so that it is blank), and/or
- if you are printing to one page wide, remove the columns to repeat at left
Simon
"Peter MB" wrote:
>...
Excel macro listIn Excel 2003 I used to be able to list all macros in a workbook by pressing
Alt+F8. Now all I get is a series of ribbon help letters... What's changed?
Is there still a way of accessing macros via Alt+F8?
Any suggestions appreciated.
Hi,
ALT+F8 works for me in E2007. What do you mean by 'I get is a series of
ribbon help letters'
Mike
"pbaker6" wrote:
> In Excel 2003 I used to be able to list all macros in a workbook by pressing
> Alt+F8. Now all I get is a series of ribbon help letters... What's changed?
> Is there still a way of...
Can I only allow printing to pdf in Excel?I have created a template in Excel which has been set up so that the layout
is perfect when printing to pdf (which is how the document will mostly be
used) but the layout changes if printing direct to our printer. Is there a
way that I can ONLY allow printing to pdf from this document?
Hello
You may consider using some VBA to achieve this.
One way is to use the Workbook_BeforePrint event and specify the pdf printer
in the PrintOut method, eg:
Private Sub Workbook_BeforePrint(Cancel As Boolean)
ActiveSheet.PrintOut copies:=1, ActivePrinter:="CutePDF Writer on CPW2:"
End Sub
Pl...
File Edit toolbar is missingThe File Edit toolbar in Excel is missing
First thing to check:
Tools|customize|toolbars tab|make sure worksheet menubar is selected.
Well, maybe the first thing to check is to verify that you can see all of
excel--it's not just off the display window???
stellarmellor wrote:
>
> The File Edit toolbar in Excel is missing
--
Dave Peterson
...
8192 rows limit when opening wk1 files ?Hello,
I am opening a .wk1 file, which contains around 60K rows,
but only the first 8192 rows appear in Excel.
Is there any way to have all the rows in the Excel file ?
Thanks,
Paul
"paul" wrote...
>I am opening a .wk1 file, which contains around 60K rows,
>but only the first 8192 rows appear in Excel.
>
>Is there any way to have all the rows in the Excel file ?
WK1 as in Lotus 1-2-3 Release 2.x native file format? Such .WK1 files support a
single worksheet of 256 columns and 8,192 rows. PERIOD.
Did you generate this '.WK1' file using a program other then...
query will not write to excelI have set up a query to a Foxpro .dbf file in a database from excel. When I
tell Excel to import the data it it appears to be working but never seems to
return the data. Running the same query via msquery.exe returns the data with
no problem. Can anyone tell me what the problem is ?
...
Outlook: Can't open JPEG filesI have Outlook 2000 an unable to open JPEG files. What
setting has to be changed to open these files?
...
Shared/Group EmailI'm coming from having worked with FirstClass as an email and calendar system
and had access to a shared group that all members of the organization could
both post and read mail items in. Is there a way in Outlook that this can
also be done? thanks
"Jo-Anne" <Jo-Anne@discussions.microsoft.com> wrote in message
news:FEA38DD5-1895-455B-BAA4-0D5FB8DE5D4A@microsoft.com...
> I'm coming from having worked with FirstClass as an email and calendar
> system
> and had access to a shared group that all members of the organization
> could
> both ...
Best way to read an xml fileHi;
If I need to read an XML file - basically the SAX approach where I just need
each node in order - one pass, read-only - what is the best way to do this.
It looks like it's XmlReader but I want to verify that.
???
--
thanks - dave
"David Thielen" <thielen@nospam.nospam> wrote in message news:BEA51BCB-B200-4104-B061-CA32FECD9DFD@microsoft.com...
> If I need to read an XML file - basically the SAX approach where I just need
> each node in order - one pass, read-only - what is the best way to do this.
Yes, if your only requirement is a firehose forward reader,...
Updating large pivot source dataHello,
I'm experiencing the following problem with a very simple macro in Excel
2007 to update pivot table data source. That is, my data has more than 74000
rows and I'm trying to update the source data with the following code:
Sub Macro1()
Dim rng1 As Range
Set rng1 = Sheets("Test_sheet").Range("A1:A74000")
ActiveSheet.PivotTables("Pivot-taulukko1").ChangePivotCache
ActiveWorkbook. _
PivotCaches.Create(SourceType:=xlDatabase, SourceData:=rng1, _
Version:=xlPivotTableVersion12)
End Sub
The problem is that the code ...
EXCEL FORMULA #28Good afternoon,
I'm trying to fine a formula which would show me how much money I would
save on a mortgage if I were to pay additional principal each month--in
addition to paying the additional principal how long would it take to pay
off.
I'm looking at a 160k mortgage at 7.5 for 30 years. I'll like to pay this
off as soon as possible by paying additional principal each month.
There are tons of free templates at:
http://office.microsoft.com/en-us/default.aspx
Maybe you'll find something you like.
Kam1999i wrote:
>
> Good afternoon,
>
> I'm ...
OLE: Excel.ApplicationHello,
in VB.Net, I use Excel to display results :
dim xl as new Excel.Application // creates an Excel process
// snip (putting values into cells)
xl.Visible = true
If the user closes the Excel file and then my program,
the Excel process is killed in memory, which is good.
If the user closes my program first and then the Excel file,
the Excel process remains in memory !
How can I make sure the process will be killed ?
Thanks !
Hi
You need to set
xl.quit
(and before that ensure that excel doesn't halt and ask things like "save
changes?" on quitting) somewhere in your p...
Export relationship information from Visio to ExcelHello all,
Is there a way to export information regarding relationships from a visio
diagram to an excel spreadsheet?
In addition, is there a way to tell the excel spreadsheet to eliminate or
change a relationship and for that action to be applied onto the visio
diagram?
thanks,
ivan
as a general answer I'd have to say "no, not without custom code". You
didn't define what you meant as a relationship.
al
"Ivan Salas" <IvanSalas@discussions.microsoft.com> wrote in message
news:6332A594-E4AF-4E8B-BA2D-7A4BC17962B3@microsoft.com...
> Hello all,
>
&...
startup excel euro symbolwhen i digit € symbol inside any application excel 2007 automacic startup and
for me is impossible to use this symbol anywhere, i use windows xp
professional ..have you a response to solve this problem?
thanks
...
Excel 2003 Print Issue
I have created a spreadsheet to help with a university engineering
assignment and I have added a worksheet that is basically an
automatically generated report of all the calculations.
I have set the Print Area up in such a way so that the results are
printed out in well defined pages (e.g. page 1: title page, page 2:
summary of input variables, page 3: summary of calculation results
etc). The report is arranged vertically in the worksheet, so the pages
are 'stacked' on top of each other.
It prints out fine in Excel 2000 and 2002 but I recently upgraded to
Excel 2003 and now find tha...
Large Files with Strongly Typed DatasetI have an xsd file that I use to create a strongly typed dataset in my
project. In the past, I have used the ReadXml method to load xml files into
the generated class and read data in using this class.
These files have now become big (order of 100MB) and this completely kills
the readxml performance. I have read multiple posts that tell you not to use
datasets for large files. I even tried calling BeginLoadTables before
starting the read.
However, I really need the strongly typed dataset functionality in my
program - it forms the core of my project. Is there a way I can load this
data into t...
excel 2000 messageexcel 2000 message - 'cannot use object linking and
embedding'
Were they hit by the MSBlast worm?
One poster (Lutz Meyer) guessed that this was the cause of his problems. I
haven't seen any confirmation/denial, but you may want to read his post:
http://groups.google.com/groups?threadm=3F3971AF.FA4490F5%40msn.com
Post back with your results. I'm curious if that was the problem. (It's come
up quite a few times since MSBlast hit.)
bill bootle wrote:
>
> excel 2000 message - 'cannot use object linking and
> embedding'
--
Dave Peterson
ec35720@msn.c...
Excel Graphing Line References off when chart is a sheet.I have noticed that when any graph is created in EXCEL and you hover you
mouse over the dataline you receive that corect response. If you convert the
chart to a sheet, the hover of the data line is now not representative of the
the y axis directly below it. The data being graphed is correct now the hover
represents the "series" (x-Axis) correctly but does not represent the "Point"
(y-axis) correctly at all. Tne Y-axis datapoint reference is wrong. Any help?
...
Editable Excel Spreadsheet Online?Hi,
I tried to recent find information on this, but could find very
little. How difficult would it be to host an excel spreadsheet online
where visitors to the site can directly view and edit it?
Right now, I can upload the spreadsheet to our web site and visitors
can view it, but if they edit it, they can only save it to their local
drive. I would like the users to be able to save the copy on the
server.
What would be involved in something like this? I assume for starters
(if it's do-able) we'd need Windows hosting (we're not hosting
ourselves) and some ASP support. Any de...
Missing rtl70bpl fileAfter receiving what seemed to be a false positive from Avast free Home
edition I now get (after every restart), the following...
"This application has failed to start because rtl70bpl was now found.
Reinstalling the application may fix the problem".
Appreciate any advice on how to reinstall same. Have Googled for help but
have not found the correct site.
TIA.
franktee
Winxp Pro SP3
On Dec 3, 11:42=A0am, franktee <frank...@discussions.microsoft.com>
wrote:
> After receiving what seemed to be a false positive from Avast free Home
> edition I now get (afte...