Hello,
I am trying to make a code that makes a query, exports it to a new excel file and then makes another query and adds the results in a new worksheet.
I am beginning my code the following way:
Sub EXCEL_TEST()
Dim ExcelPath As String
Dim ExcelSheet As Object
Set ExcelSheet =...
Hello,
I am trying to create a code that takes data from an array (in excel) and creates a word document.
The array might be something like:
Log name
Expense Group 1
Lab 1
Person
Person
Person
Lab 2
Person
Person
Lab 3
Person
Person
Person
Person
Lab 3
Person
Expense Group 2
Lab 1
Person...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.