J
JR Hester
Interesting opportunity, running Excel 2000 on Windows 2000 and Excel XP on
Windows XP.
Need to update a number of cells in approximately 50 workbooks with 4 to 8
worksheets in each! Each workbook contains records for 1 calendar week. Need
to pull last weeks ending numbers into this weeks beginning number. The
formula I used would require a lot of additioanl data input into each
workbook, so I think I am looking for a custom function. CAn anyone suggest
a way to accomplish the following
particulars:
Beginning in row 4
Column "A" contains serial numbers of equipment
Column "C" holds last week's ending reading
Column "D" holds this weeks ending reading
cell C3 contains last week's date and D3 contains this week's date
Want to generate a filename using the day, month, and year from cell C3. the
filename is in the format sampleDDmonYYYY.xls where mon is teh 3 letter name
of teh month, for example "sample07Jan2007.xls"
I plan to use the results of this routine in a Vlookup function to
import(link) the ending reading for each serial number in the previous week's
worksheet into the current worksheet.
I am a VBA newbie, so any suggetsion swill be greatly appreciated.
Thanks in advance
Windows XP.
Need to update a number of cells in approximately 50 workbooks with 4 to 8
worksheets in each! Each workbook contains records for 1 calendar week. Need
to pull last weeks ending numbers into this weeks beginning number. The
formula I used would require a lot of additioanl data input into each
workbook, so I think I am looking for a custom function. CAn anyone suggest
a way to accomplish the following
particulars:
Beginning in row 4
Column "A" contains serial numbers of equipment
Column "C" holds last week's ending reading
Column "D" holds this weeks ending reading
cell C3 contains last week's date and D3 contains this week's date
Want to generate a filename using the day, month, and year from cell C3. the
filename is in the format sampleDDmonYYYY.xls where mon is teh 3 letter name
of teh month, for example "sample07Jan2007.xls"
I plan to use the results of this routine in a Vlookup function to
import(link) the ending reading for each serial number in the previous week's
worksheet into the current worksheet.
I am a VBA newbie, so any suggetsion swill be greatly appreciated.
Thanks in advance