Need macro to move to first blank cell in columnHi. I am trying to use a macro to move from A1 to the first blank cell in col
A. There are no gaps in the data. When the first blank cell is selected, data
will be copied and pasted from another worksheet. Then the adjacent cell in
col B must be selected and again data will be copied and pasted there from
another worksheet. Finally, the adjacent cell in col C must be selected but
the formula from the cell above must be extended down one cell. I have
recorded a macro which does all this but the problem is that when I repeat
the macro the same row is always selected instead of the ...
Does the add in Template Wizard exist for Excel 2003I recently upgraded from Office 2000 to Office 2003. I have a Template that
was linked to a worksheet using the Template Wizard with Data Tracking. When
I open the worksheet now, I get a error that says "Cannot open Template
Wizard". I can't find this add-in for Excel 2003. Does it exist? Is there
a work around?
Hi Casey
The Add-in is working in 2003 only the install file is not working.
Copy the xla file from a PC with 2002 to the PC with 2003
and it will work(use Tools>add-ins to browse to the file in Excel)
If you don't have a PC with 2002 then mail me priva...
Word Attachment problemHave a network of PC's with MS Office of various flavours, drawing
Email from Exchange Server.
On one PC, have had an ongoing problem with Word attachments.
PC has ben reformatted, permissions opened up to Admin, Office
upgraded, from 2000 through XP to 2003 all with the same result.
When you double click on a Word attachment and chosse to open it, you
get a 'Serious error' report with the option to restart Word. Sometimes
this works other times it just loops through the same.
The latest update to Office 2003, when using the 'Send Report' and then
using the diagnosis fro...
can't send anything in Outlook 2002I just sent a post asking for help because I can no
longer send email with attachments. After sending in the
post, I went back to Outlook and clicked on the
Send/Receive button just to check if I had any new mail.
I got the same message: "The operation failed". So I am
totally out of business with Outlook. How to solve the
problem? Marilyn
Did it work before? Did you change anything in yr settings? Are you sure
your internet mail account settings are valid (correct username, pw,
smtp/pop3 servers)?
------------
"Marilyn Fogelquist" <fogel@cablespeed........
go to next cell and paste questionI am writing a macro that is supposed to take certain cells from a
"interface" page, remove them, and paste to a string of cells o
another. That is easy, but I cant figure out how to make them go t
another set of cells, if the ones I recorded are filled.
Example:
Sub Macro1()
'
' Macro1 Macro
' Macro recorded 8/4/2004 by Lane Lacy
'
'
ActiveWindow.LargeScroll ToRight:=17
ActiveWindow.ScrollColumn = 239
ActiveWindow.SmallScroll ToRight:=10
Range("IV2:IV7").Select
Selection.Copy
Application.CutCopyMode = False
Selection.Cut
Sheets("productivity&qu...
Emailing in excel 2003 02-26-10If i type in the cell A34: neil.Holden@test.com and press a button is it
possible to email to the address of what ever is in A34 is?
The email body should say: this has been submitted for cell B34 and todays
date.
Thanks.
Check out Ron De Bruins "Send-Mail" tips:
http://www.rondebruin.nl/sendmail.htm
Micky
"Neil Holden" wrote:
> If i type in the cell A34: neil.Holden@test.com and press a button is it
> possible to email to the address of what ever is in A34 is?
>
> The email body should say: this has been submitted for cell B34 and...
How to get SUMPRODUCT on filtered cellsI'm currently using the formula
=SUMPRODUCT((F2:I1475>=1)*(F2:I1475<=9999))
This gives me the number of the full range of cells but I need this to
update whenever I use a variety of filters.
Any help is greatly appreciated
Sam.D
Say we have data in A1 thru B29 like:
flia value
0 pass
2 pass
1 pass
2 pass
1 pass
2 pass
0 pass
2 pass
1 pass
2 pass
1 pass
0 pass
2 pass
0 pass
1 pass
1 fail
1 fail
0 fail
2 fail
1 fail
0 fail
1 fail
2 fail
1 fail
1 fail
1 fail
1 fail
2 fail
and are appling autofilter to column a. We want to use sumpr...
Comments in Cells disappear after timeA colleague has a spreadsheet with lots of comments in the cells and
apparently after a while the comments 'disappear'. Does anyone have any
ideas why this happens? Could it be there is a maximum number of comments,
or do they have a life expectancy? The sheet is opened in Excel 2000 & Excel
2003 depending on the user.
Thanks for your help.
Comments don't normally disappear on their own. Perhaps your colleague
is accidentally deleting the rows or columns in which the comments
occur. Or comments could disappear if another cell, with no comment, is
dragged onto a cell ...
Importing Data into an Excel Pivot Table via AccessI have set up a query in Microsoft Access which is linked to our AS400
server. I have created pararmeters within Access which asks for certain
fields which works. I then go into Excel and create a pivot table with the
external data source that I have created in access. When I go to enter a
pararmeter within Microsof Query I get a reply saying that "Parameters can
not be used with this Query", what I want to do is setup a parameter on the
Excel spreadsheet which then goes and gets the data i require from this
parameter. I would be very grateful if someone could help me with thi...
Multiple hyperlinks in one cellHey,
I'm stuck with an excel problem which I cannot solve. I want to pu
different messages in one cell and add a hyperlink to some of thes
messages.
For example I want to put this information all into one cell
"message1 - message2(with hyperlink) - message3(with hyperlink)
message4"
I really hope it is possible to create multiple hyperlinks within on
cell, but for now I can only add a hyperlink to a cell.
If you would know how I could fix this issue I would be reall
gratefull.
Thx in advance,
Veroniqu
--
Message posted from http://www.ExcelForum.com
If it's really...
VBA from another app: Suppressing Excel confirmation dialog?After creating/formatting several worksheets from MS Access, I'd like to delete
the "Sheetn" worksheets that got put there when I did a .WorkBooks.Add.
I avoided using them because I'm not sure how/why they are created - i.e. maybe
some user's defaults would only create 1 empty sheet or none.
So, form MS Access's VBA I'd like to do:
On Error Resume Next
.Worksheets("Sheet1").Delete
.Worksheets("Sheet2").Delete
.Worksheets("Sheet3").Delete
.Worksheets("Sheet4").Delete
On Erro...
how do I add times in Excel and result in hours & minsI want to insert a time when I start work and a time when I take a break,
then a time when I leave work.
Following that I want to be able to add up the amount of hours that I have
worked.
This will enable me to plan my week ahead and ensure I only allocate a
specific amount of time to a project.
http://www.cpearson.com/excel/datetime.htm#WorkHours
--
Kind Regards,
Niek Otten
Microsoft MVP - Excel
"Rty Shaw" <Rty Shaw@discussions.microsoft.com> wrote in message
news:37D03D72-5525-4D6E-8ED7-2911B16248B0@microsoft.com...
>I want to insert a time when I start work and...
Opening a new instance of ExcelI am using multiple monitors for work and it is great! Is
there a setting that I can use so that it opens each new
excel file in a new excel window so I can drag different
ones to each monitor? Is there a similar setting for Word?
I am using Excel 2002 and Word 2002.
Thank you.
Hi,
Yes, you can check the Windows in Taskbar checkbox in
Tools; Options. This is on the View tab for both Word
and Excel.
>-----Original Message-----
>I am using multiple monitors for work and it is great!
Is
>there a setting that I can use so that it opens each new
>excel file in a new excel ...
Illegal operation error while printing EXCEL or WORD FilesHi,
I am facing an illegal operation error when i try to print any file from
excel (any no. of pages), this happens in stand alone printer as well as a
networked printer.
When we press the print button, it flashes this message, but still prints,
but once the printing is completed, i will have to restart the PC. Due to
this error other applications PRINTING also will NOT HAPPEN and the only way
out is, restart the PC.
This happens not only in EXCEL, it happens in all the MS applications
(outlook, access, front page, powerpoint also).
When I check the print manager (before restart),...
Excel Edit F2 button changed for Mac???Switched to Microsofts version of Excel for Mac. Can anyone tell me
what keystroke allows me to edit a cell? Before I switched to a Mac
it was the F2 button. Please help. Thank you.
See the answers in the m.p.mac.office.excel newsgroup.
In article <1176582208.958694.269620@q75g2000hsh.googlegroups.com>,
ssears@indy.tds.net wrote:
> Switched to Microsofts version of Excel for Mac. Can anyone tell me
> what keystroke allows me to edit a cell? Before I switched to a Mac
> it was the F2 button. Please help. Thank you.
...
Merge Cells #5I know how to merge two cells using formula =A1&B1, but can someone tell me
how to insert spacing between the two within the new cell. I'm merging a
part number and description, and need spacing between them.
Use
=A1&" "&B1
the " " is showing that you want to insert text, and that the text is a
space character. It could be "-" or ".", etc.
"R. Stevens" <R. Stevens@discussions.microsoft.com> wrote in message
news:B02E936E-5947-4F1B-A8E5-F5A30343E549@microsoft.com...
> I know how to merge two cells using formula =...
ActiveX Control in WordHello,
I have a couple of issues with an activex control developed in MFC targeted
for Office. In Powerpoint, when the user right clicks on my control and
selects "Edit", my control starts receiving mouse and keyboard input, since
it becomes active. However, in Word when the user selects Edit, the control
does not recive any input. But if I click the design toggle button in the
Control toolbar, the control goes active and recives input. I would like my
control to be activated in Word the same way as it gets activated in
Powerpoint, is this possible?
The second issue is, when...
EXCEL TROUBLESHOOTING #2I have an excel file (2000 format), that after I made a
number of changes is causing me problems when I re-open
the file. Windows task manager goes to 100% CPU
activity, and i cant do anything within the excel file.
However, if I set recalculation to manual before I open
the file, all seems fine.
Obvioulsy I have a problem. But how do i find that
problem ?
Thanks in advance.
I have had some experience running large spreadsheets lately. Above a
certain size, the recalculation time seems to climb very fast. While Excel
is recalculating, you can't do anything anyway.
Best in my v...
Excel CrashI use Excel and Word 2003 using Windows NT. I've kept some files on a jump
drive so I can work on them at home. I attempted to work on a Word documents
which had an Excel worksheet inserted in it. I tried double clicking on the
worksheet to edit it and Word and Excel shut down. Now when I attempt to
open Excel at home it asks for my Office XP Professional installation cd. (I
have Office XP at home with Windows XP). I'm having a hard time locating my
original discs. Does anyone have any suggestions or experience anything like
this?
...
Does anyone have a dashboard gauge (speedometer style) for Excel?I am trying to create dashboard charts from Excel data and would love other
templates not available in Excel today - speedometer charts, multi-dimension
comparitive charts, charts that build information overlays.
I regularly create these in a manual way for executive and customer
summaries but would appreciate the ability to automatically generate these
types of charts allowing for real time viewing of "what if" scenarios.
Steve, there are tons of these things out there to review, few better than
this collection:
http://www.andypope.info/charts.htm
Andy Pope has put together...
Debugger comes up when attaching files to Outlook 2002I have a pro bono non-profit client running win xp sp3 & ms office pro.
Last week she reported that every time she tried to attach a file to an
outlook email, she received a dialog asking her if she wanted to start
the debugger. It never allows her to attach the file and if she goes
through with starting the debugger, she gets a variety of errors...
never a repeating error.
Anyone have any experience with this error?
Michael
...
Outlook 2002/XP Folder List view questionAny assistance would be greatly appreciated. I have a user still using
Outlook XP and has the following issue.
Outlook does not remember the folder view settings. User has folders under
the Inbox folders and of those folders some are expanded and some are
collapsed. When he closes Outlook it does not "remember" the folder settings.
The user would like for Outlook to remember the settings because it has in
the past. Is there a way I can get this back?
Thanks
...
connect a form to excel databaseI have a database in excel which lists our stock and prices etc. I would like
to be able to enter a stock number on an invoice that will retrieve the
details and price from my excel database. Can this be done?
Excel has built in option--try data|form.
If that doesn't quite work, but it's close, John Walkenbach has an enhanced
dataform at:
http://j-walk.com/ss/dataform/index.htm
And if you want to design your own, Debra Dalgleish has a get started with
userforms:
http://contextures.com/xlUserForm01.html
Kathy wrote:
>
> I have a database in excel which lists our stock and p...
Excel to check for regular expression?Hi,
How do you use Regular expression in excel? For eg: Check a column of
data to see whether are all of them valid email addresses?
Please advise
THanks
By valid, do you mean that the email is in proper syntax or that it is an
actual email address.
Text formulas can be used for proper syntax. Perhaps a Visual Basic
proceedure.
I doubt you can check that the email address actually exists, as many
companies and ISPs will simply disregard and drop mail to invalid email
addresses to eliminate spam
"user" wrote:
> Hi,
>
> How do you use Regular expression ...
Does anyone know where I can download EXCEL.MSI?I am missing my Excel 2002 CD, and can't install Office Update Service Pack 3
without this file.
...