I have some actuate reports whose parameter names needs to copy to excel or text file. The Parameters of an actuate report resides in a .bas file.
Can someone help with an Excel macro code to open the .bas file and copy the parameter names to an excel sheet.
I am very new to macros so any help will be highly appreciated. Thanks
This question does not show any effort of solving the problem yourself, and no example code. Also, it does not specify how the .bas file looks. Please try to write more constructive questions in the future, or you will experience lots of downvotes. However, here is something that might get you going in the right direction.
If you record a macro and then go to data and import from text you will get some code that looks like this:
You should then be able to use that code to build what you want.
This code imports a file as text, it delimits with "," and then place it in A1.