L
Lee Jeffery
I am really, really new at this.
I am using Excel 97. I have a SAP application I use to export 2 column
of information to a table format in Excel. This information lands i
Columns A and B. Column A, rows 2 - 26 contains label information (e.g
first name, last name, date of birth, etc), Column B contains dat
relating to those labels (e.g. Lee, Jeffery, 19570604). Row 1 in bot
columns contains a header.
I don't want all of the information that SAP exports to Excel. I wan
specific information from Column B to copy and insert into a ne
workbook template saved on my C drive and called Daily_Work.xls. Thi
workbook is set up with a header row as follows: Column A: First Name
Column B: Last Name; Column C; Date of Birth.
I have tried to use the tip called Copy cells to all workbooks in
folder using VBA in Microsoft Excel but I don't get a result with thi
although I have saved the destination workbook into a folder calle
Data. The information I want from Column B is not in a broad range o
cells such as B2:B26. There are no values in some cells and other cell
contain information which is not wanted. The information I do want i
always located in the same source cells, however, it is possible tha
these cells may not always be populated with data.
Please assist with the process and code for performing this action
Should I be filtering info before trying to copy or can I nominat
specific cells for copying from and to to ensure the information i
displayed in the destination cells correctly? Also, the date forma
exported from SAP always shows as yyyymmdd. Please advise if I ca
amend this to a standard Excel date format.
I would be very grateful for any assistance as I am currently losin
many hours of productivity due to having to manually input the require
information to my destination file. Thank you
I am using Excel 97. I have a SAP application I use to export 2 column
of information to a table format in Excel. This information lands i
Columns A and B. Column A, rows 2 - 26 contains label information (e.g
first name, last name, date of birth, etc), Column B contains dat
relating to those labels (e.g. Lee, Jeffery, 19570604). Row 1 in bot
columns contains a header.
I don't want all of the information that SAP exports to Excel. I wan
specific information from Column B to copy and insert into a ne
workbook template saved on my C drive and called Daily_Work.xls. Thi
workbook is set up with a header row as follows: Column A: First Name
Column B: Last Name; Column C; Date of Birth.
I have tried to use the tip called Copy cells to all workbooks in
folder using VBA in Microsoft Excel but I don't get a result with thi
although I have saved the destination workbook into a folder calle
Data. The information I want from Column B is not in a broad range o
cells such as B2:B26. There are no values in some cells and other cell
contain information which is not wanted. The information I do want i
always located in the same source cells, however, it is possible tha
these cells may not always be populated with data.
Please assist with the process and code for performing this action
Should I be filtering info before trying to copy or can I nominat
specific cells for copying from and to to ensure the information i
displayed in the destination cells correctly? Also, the date forma
exported from SAP always shows as yyyymmdd. Please advise if I ca
amend this to a standard Excel date format.
I would be very grateful for any assistance as I am currently losin
many hours of productivity due to having to manually input the require
information to my destination file. Thank you