Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
=IF(February!I16=0,"",February!I16)
I am using this formula but would like to develope a macro to update the Row number(16) to Row number(17) automatically. I do not wish to change anything except the Row number and am not sure how to do this. Any help is greatly appreciated. Thank you Frank |
#2
![]() |
|||
|
|||
![]()
Hi
why not use 'Edit - Replace' for this? -- Regards Frank Kabel Frankfurt, Germany "Frank" schrieb im Newsbeitrag ... =IF(February!I16=0,"",February!I16) I am using this formula but would like to develope a macro to update the Row number(16) to Row number(17) automatically. I do not wish to change anything except the Row number and am not sure how to do this. Any help is greatly appreciated. Thank you Frank |
#3
![]() |
|||
|
|||
![]()
Thank you it is working very well, they were both
excellent sugestions. Frank -----Original Message----- Hi why not use 'Edit - Replace' for this? -- Regards Frank Kabel Frankfurt, Germany "Frank" schrieb im Newsbeitrag ... =IF(February!I16=0,"",February!I16) I am using this formula but would like to develope a macro to update the Row number(16) to Row number(17) automatically. I do not wish to change anything except the Row number and am not sure how to do this. Any help is greatly appreciated. Thank you Frank . |
#4
![]() |
|||
|
|||
![]()
Sub test()
Dim cell As Range Set cell = Sheets("Sheet2").Range("F7") cell.Replace What:="16", Replacement:="17" End Sub --- HTH Jason Atlanta, GA -----Original Message----- =IF(February!I16=0,"",February!I16) I am using this formula but would like to develope a macro to update the Row number(16) to Row number(17) automatically. I do not wish to change anything except the Row number and am not sure how to do this. Any help is greatly appreciated. Thank you Frank . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Where to stick macro to change default comment font? | Excel Discussion (Misc queries) | |||
Is there an automatic way to change numbers such as 12312001 t | Excel Discussion (Misc queries) | |||
Displaying numbers used in formula | Excel Discussion (Misc queries) | |||
How do I change column labels from numbers to letters in Excel? | Excel Discussion (Misc queries) | |||
Change row numbers | Excel Discussion (Misc queries) |