Not your question?
Ask your question
View similar questions
Add your answer here.Check out some similar questions!
Excel Macro
[ 13 Answers ]
I have some code that loops through a row and a column and compares data. When it finds the values being equal it copies the columns the row is in and pastes it on another sheet along with the previous value of the column. For Each CCell In Range("C2:C65418") If Not IsEmpty(CCell.Value)...
Excel macro
[ 4 Answers ]
I need to run a macro that opens excel so I can kick off "application.ontime" basically my macro should run without me having to start excel, just have the computer and outlook running. Is that possible?
Activating Macro in Excel 2007
[ 1 Answers ]
When transferred my files from an old computer with Excel 2003 to Vista based PC with Excel 2007, the old macros do not work. Please help me to activate the macros. Thanks Sdharmarajan
How to Automate a macro in excel
[ 4 Answers ]
A program logs files at random in txt. abc_log.txt (example) When new info. Is added to the txt file,manualy activate macro and it does what it suppose to do, all OK there. Is there a way a macro code or excel, or perhaps a BAT program can be made to simply "detect" when new data is added... View more questions Search
|