I am new to Macros and VBA but have quickly realized the potential and I am working on automating a task at work.
I would like to use a command Toggle button to copy data from one sheet into the next sheet every 30 min. The first sheet" Import sheet" is updated every 30 min with new data. I want to take that data and place it on a time line for as long as the command toggle is pressed. The toggle will be pressed on every morning and off every night. There are 5 toggle buttons per work sheet for 5 days of the work week and there will be 52 worksheets.
Example:
Copy from "Import worksheet", B2, C2, E2.
Paste the data only to the worksheet with the toggle in range B7:D7
Then 30 min Later to B8:D8
Then 30 min Later to B9:D9
etc.
Until the toggle is pressed off.
To save time I would like to build one work sheet with 5 Different Values and then simply copy the entire worksheet 52 times.
Any help would be greatly appreciated.
I would like to use a command Toggle button to copy data from one sheet into the next sheet every 30 min. The first sheet" Import sheet" is updated every 30 min with new data. I want to take that data and place it on a time line for as long as the command toggle is pressed. The toggle will be pressed on every morning and off every night. There are 5 toggle buttons per work sheet for 5 days of the work week and there will be 52 worksheets.
Example:
Copy from "Import worksheet", B2, C2, E2.
Paste the data only to the worksheet with the toggle in range B7:D7
Then 30 min Later to B8:D8
Then 30 min Later to B9:D9
etc.
Until the toggle is pressed off.
To save time I would like to build one work sheet with 5 Different Values and then simply copy the entire worksheet 52 times.
Any help would be greatly appreciated.