Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Frank
 
Posts: n/a
Default Change Row Numbers in Formula with Macro

=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   Report Post  
Frank Kabel
 
Posts: n/a
Default

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   Report Post  
Jason Morin
 
Posts: n/a
Default

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
.

  #4   Report Post  
 
Posts: n/a
Default

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



.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Where to stick macro to change default comment font? [email protected] Excel Discussion (Misc queries) 1 January 1st 05 12:57 AM
Is there an automatic way to change numbers such as 12312001 t curtev Excel Discussion (Misc queries) 1 December 29th 04 10:32 PM
Displaying numbers used in formula SeeFar Excel Discussion (Misc queries) 2 December 28th 04 07:05 PM
How do I change column labels from numbers to letters in Excel? AllisonCincy Excel Discussion (Misc queries) 2 December 9th 04 12:55 AM
Change row numbers Shredder Excel Discussion (Misc queries) 1 November 30th 04 10:53 PM


All times are GMT +1. The time now is 01:07 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"