Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
sub test()
mytext = "ALMFG: AL MFG TAX" For a = 1 To 999 If ActiveWorkbook.Sheets.Cells(a, "c") = mytext Then ActiveWorkbook.Sheets.Cells(a, "m") = ActiveWorkbook.Sheets.Cells(a, "e") end if Next a .... endsub "Metrazal" wrote: I could not get the Sheets("Sjournal").Activate to work. Please explain how I would do an add-in or another method. Thanks, Met -- Metrazal ------------------------------------------------------------------------ Metrazal's Profile: http://www.excelforum.com/member.php...o&userid=31648 View this thread: http://www.excelforum.com/showthread...hreadid=515726 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Apply to all worksheets | Excel Discussion (Misc queries) | |||
How to apply headings to all worksheets | Excel Discussion (Misc queries) | |||
Won't apply to all worksheets | Setting up and Configuration of Excel | |||
run code on opening workbook and apply code to certain sheets | Excel Programming | |||
How apply one action to all worksheets? | Excel Programming |