Hi,
i have some questions about macro code for excel. I'm not very familiar with vb so it may be very simple but here are the 2 Questions.
Part of my macro code is "Sheets("Today").Select" But i want to place instead of "today" which is the sheet name, i want to place a variable lets say m which will be the place holder for the sheet name so i can keep changing the sheets it selects.
Second, how can i tell my macro to place text in a cell, because when i try
ActiveCell.Text = "Item#" does not work and i want to place "Item#" in the active cell.
Thank you
2007-09-30
09:56:11
·
3 answers
·
asked by
Matt
2
in
Computers & Internet
➔ Programming & Design