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...
Global domain identifier (Country, ADMD, PRMD) in first Trace InfoMessages are timing out and NDRing with the below event id. This server was
originally installed in one RG, then moved to different one. I understand
this may have something to do with it but cannot find anything on MPO (trying
to avoid opening yet another case)
Thanks for the help.
Event Type: Warning
Event Source: MSExchangeMTA
Event Category: X.400 Service
Event ID: 209
Date: 10/27/2004
Time: 8:02:26 AM
User: N/A
Computer: SVR-JPT-EXC-02
Description:
Global domain identifier (Country, ADMD, PRMD) in first Trace Information of
message C=US;A= ;P=MGC;L=SVR-ORW-EXC-08-041026230220Z-...
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...
Select Rows dependant on certain field data
How can I select certain rows in a spreadsheet based upon the text foun
in one column? To explain: All rows have a column that contains tex
"immediate" or "ongoing" or "closed". How can I select only the row
that contain the word "immediate" in that column?
When I say select a mean select as in ready to 'copy' or 'cut' tha
data ready to be pasted elsewhere.
I know what I mean :confused
--
Madd
-----------------------------------------------------------------------
Maddy's Profile: http://www.excelforum.com/member.php?action=getinf...
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 ?
...
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 ...
Compare 2 Worksheets Create a 3rd depending on resultsI have a unique problem that none of the other posts or shareware seems
to solve.
I have 2 worksheets (orig.xls and new.xls) that are 15 columns wide (to
the "O"). The data is just numbers but the second column either has the
words: "new" or "cancel" which is important as you will see. I need to
compare the two worksheets and create a third worksheet (update.xls)
depending on the three possible results:
1) If a row is removed in the new.xls file = copy the row from the
orig.xls file and make the 2nd column "Cancel"
2) If a row is added to the new.xls...
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...
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...
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,
>
&...
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...
how do I delete documents from the start list in word and excel?how do I delete documents from the start list in word and excel?
You can not clear it whenever you want. You can however set the no of file
names to be displayed to 0 which clears the list...
In Excel 2003
Tool->Options->General
Enter 0 against 'Recently Used File List' of clear the check box.
Click 'OK'
Word has a similar option.
For 2007 versions or if you want to play with Registry Settings (not advised
unless you understand it well) see
http://www.mydigitallife.info/2008/01/13/how-to-clear-and-delete-recent-documents-list-in-office-2007-word-excel-p...
Error saving Excel files in a network driveI have a problem saving Excel files onto a network drive. I get an error
saying it was imposible to save the file. It creates a temporary file and
then I have to open it and save it as a new document. This issue doesn�t
occur saving the file in my hard disk. This happens with "Full control"
access to the shared folder...
I have Windows XP and Office 2000.
Thanks in advance
Mateo.
Hi Mateo,
> I have a problem saving Excel files onto a network drive. I get an error
> saying it was imposible to save the file. It creates a temporary file and
> then I have to open it and sav...
Import contacts from Excel into Outlook ContactsI know this can be done from the import function in
Outlook but how does one control where each field goes?
There's a Map Fields step in the wizard.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
"Maurice" <anonymous@discussions.microsoft.com> wrote in message
news:5e0a01c48154$f16ff9e0$a401280a@phx.gbl...
> I know this can be done from the import function in
> Outlook but how does one control where each field goes?
...
How do I print grayscale font in Excel 2003?In print preview, and on printed pages, all colored font shows up as black.
White font stays white. Font colors are displayed correctly in the worksheet.
I have already tried the following:
-> uncheck "black and white" in page setup
-> change printer resolution, etc.
-> creating a new workbook, typing some sample text and changing the color:
the problem is not confined to one workbook.
-> gray cell shading prints as gray: the problem is confined to fonts.
-> colored font in Word previews and prints as displayed: the problem is
confined to Excel.
-> Excel help ...
Excel 2007 text flash (or blink)This might have been asked before but if so I'm not finding it when I
use a google groups search, mainly because of either none or too many
answers returned depending on which keywords I use.
Is it possible to make the text and/or the background in any
individual cells to flash or blink ?
In detail what I need to do is have a cell with a solid black
background, text which is yellow, but blinking at a slow cadence, 1
sec on 1 sec off in such a way that it looks as if the text in the
cell is flashing between off and on like a flashing light.
--
Nick
hi
also have a look...
how can i start using excel for the first time?i cant figure out how to get excel to work for me and im a first time user of
it? i Cant get nothing to work on it? can anyone please help me here
Paul
Can you get Excel to start up?
Can you get a blank workbook to open via File>New?
For basics on Excel see..........
http://www.usd.edu/trio/tut/excel/index.html
http://www.baycongroup.com/el0.htm
Microsoft Training Courses.
http://office.microsoft.com/en-us/training/CR061831141033.aspx
Gord Dibben Excel MVP
On Wed, 15 Dec 2004 15:39:02 -0800, "Paul Scheffer" <Paul
Scheffer@discussions.microsoft.com> wrote:
>i ...