Hi Luka,
You might want to try adding the following code, that will do the following when you 'Double Click' on a column in a 'Month' Worksheet:
a. Set the focus (top left cell) on row 2 for that date
b. Open up UserForm1 with data for that date.
Lewis
To implement this you need to add the following:
Add the following code to the UserForm1 module:
Add the following code to the Sheet1 module. When you create new months, the code will automatically replicate in the Sheet for each month.
Add the following in a NEW Ordinary Code module:
Bookmarks