Hello, I have an Excel File where i have all my projects and a button so when i need to open a project i just click on the button to open it. but the problem is that when i already have that file open and i click on it again it doesn't let me open it without erasing the data i had worked on.
this is the code i'm using:
What i need is when i click on "cronosall" or one of the many projects even if it's open to have the window pop up.
or that whenever i click on the "cronosall" to save the opened file so i it doesn't erase the data i was working on.
Thanks for all your help
this is the code i'm using:
Code:
Sub cronosall()
Workbooks.Open ("C:\Users\Admin\Documents\Work\Cronos")
End Sub
What i need is when i click on "cronosall" or one of the many projects even if it's open to have the window pop up.
or that whenever i click on the "cronosall" to save the opened file so i it doesn't erase the data i was working on.
Thanks for all your help