Jefferson2512
Board Regular
- Joined
- Sep 16, 2019
- Messages
- 53
It always happen when I closed the excel and open it again by clicking the assigned macro
This is too technical because i have windows 10. Would request to check data in each sheets though i;ve recieved as is without datait wont work well to me .. but i tried to open it in office 365 it work well but in my excel 2013 it goes error .. you have any idea why it happened ?
well, thank you for your help
This is too technical because i have windows 10. Would request to check data in each sheets though i;ve recieved as is without data
A suggestion to export all modules and import them separetly and save the project in different name. I've don this many times
This is too technical because i have windows 10. Would request to check data in each sheets though i;ve recieved as is without data
A suggestion to export all modules, ,userform and import them separetly and save the project in different name.
sheets to be copied in new file
I've done this many times and achieved without error XL has stopped working
I clicked on Saved button when closing it. Closed it smooth and Reopened it without any errors
Dim wks As Worksheet
Set wks = Sheet9
[COLOR=#ff0000][I][B]you need to change and incorporate everywhere with below two statements respectively with sheet names in your sub routines datas, awp etc.
[/B][/I][/COLOR]Dim wks As Worksheet
Set wks = Worksheets("Sheet9")
One observations i made
Code:Dim wks As Worksheet Set wks = Sheet9 [COLOR=#ff0000][I][B]you need to change and incorporate everywhere with below two statements respectively with sheet names in your sub routines datas, awp etc. [/B][/I][/COLOR]Dim wks As Worksheet Set wks = Worksheets("Sheet9")