Hello. Im having trouble with this macro,
Selection.Insert Shift:=xlDown
Selection.Offset(-1, 0).Range("A1").Select
Selection.Copy
Selection.Offset(1, 0).Range("A1").Select
ActiveSheet.Paste
The cell that it copys the data from is validated as a whole number
between 0 and the contents of cell H47. When it pastes this data in
the cell below instead of being validated as a whole number between 0
and the contents of cell H48 its being validated as a whole number
between 0 and the contents of cell H49.
Any ideas?
Thanks
--
loiboi
------------------------------------------------------------------------
loiboi's Profile:
http://www.excelforum.com/member.php...o&userid=25621
View this thread:
http://www.excelforum.com/showthread...hreadid=390361