Hi guys!
I have hundred of raw data file (excel) which i have to create a report. However, i have to click first a specific field to get the data. I would like to ask how can i automate this. I saved my file in one folder.
I recorded the macro and i got this code.
also, after it had clicked i like to to auto-save and then close the file. My pc is slow so i cant open hundreds of file simultaneously.
anyone have an idea about this?
I have hundred of raw data file (excel) which i have to create a report. However, i have to click first a specific field to get the data. I would like to ask how can i automate this. I saved my file in one folder.
I recorded the macro and i got this code.
Code:
Sub autoCLICK()
Range("K10").Select
Selection.ShowDetail = True
End Sub
also, after it had clicked i like to to auto-save and then close the file. My pc is slow so i cant open hundreds of file simultaneously.
anyone have an idea about this?