I want to call this calender in column A by pressing double click but do not know how to call. I would really appreciate you help thanks.
How to use to Call this calender
- mythu
- Thread is marked as Resolved.
-
-
-
Paste this code in the Sheet1's module and it will call the calender when double-clicking in column A:
-
Thank you. Its opening the Calendar now but not writing the Dates. I would appreciate if you could resolve this too.
-
Sorry, what the calendar does isn't my job; for this please refer to the original source, maybe you only left out some other piece of code.
-
I understand but if it can be done even later. I would apreciate it. Otherwise no problem and thank you for being so nice
-
The code was written to be used in a Form with Textboxes, not for a Double-Click but I'm sure that if you do these changes you should be able to use it with an Activecell input.
Open the code pane of the Form named frm_Cal and then from the 'Edit' menu choose 'Replace...' and input as 'Search:'
Me.TextBox1.Value
and input as 'Replace With:'
Activecell
be sure that the only checked is 'Current Module' then click 'Replace All'; you should get n.42 substitutions made.
That's all, enjoy.
-
I did it thank you very much.
-
Thanks for the feedback, glad I was able to help
.
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!