A
andrew21
i found this script elsewhere in the message boards and have been tryin
to apply it for my own purposes(with ranges modified):
Range("A5").End(xlDown).Offset(1, 0).Value = Date
Range("B5:X5").End(xlDown).Offset(1, 0).Value = Range("B3:X3").Value
I have approx 23 columns from B3:X3...some of the cells are paste
links from other workbooks and some are blank(but will contain formula
later when there is enough data to work with)...basically i want t
build a list of the daily values from B3:X3 lower down the sheet with
new row added each day...the date going into column A....i went t
Tab--View Code---and enterd the script into General Declaration
without success...then i enterd it into Worksheet EventChange but tha
gave me Error 1004-application defined error...when i debugged i
highlighted the first sentence of the script(Range...=Data)....i a
pretty new to all this so any suggestions much appreciated
andre
to apply it for my own purposes(with ranges modified):
Range("A5").End(xlDown).Offset(1, 0).Value = Date
Range("B5:X5").End(xlDown).Offset(1, 0).Value = Range("B3:X3").Value
I have approx 23 columns from B3:X3...some of the cells are paste
links from other workbooks and some are blank(but will contain formula
later when there is enough data to work with)...basically i want t
build a list of the daily values from B3:X3 lower down the sheet with
new row added each day...the date going into column A....i went t
Tab--View Code---and enterd the script into General Declaration
without success...then i enterd it into Worksheet EventChange but tha
gave me Error 1004-application defined error...when i debugged i
highlighted the first sentence of the script(Range...=Data)....i a
pretty new to all this so any suggestions much appreciated
andre