Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Bob,
You gave me this wonderful macro last week, which has helped our group more than you can know. I am wondering if there is any way to make this macro relative, so that I dont have to go into the macro manually and change the column reference when my data is in a different column than A. I'd like to be able to click at the top of any column and have the macro run down that current column iLastRow = Cells(Rows.Count,"A").End(xlUp).Row For i = 1 To iLastRow Cells(i,"A").Value = "'0" & Cells(i,"A").VAlue Next i Thanks for your help |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formulas dealing with text data | Excel Worksheet Functions | |||
Bob Phillips, I have one more question | Excel Worksheet Functions | |||
Excel Macro Question about Conditional Formatting | New Users to Excel | |||
An easy macro question and one I believe to be a little more diffi | Excel Worksheet Functions | |||
Attn: Dave P. Question re Pix Calls via Macro | Excel Discussion (Misc queries) |