Closeup datepicker with VBA code

kelly mort

Well-known Member
Joined
Apr 10, 2017
Messages
2,169
Office Version
  1. 2016
Platform
  1. Windows
I have this datepicker that I have placed on a frame in order to hide it and show it in various instances.

Now I am using the "mouseMove " event from a parent frame to hide or show the datepicker.

It responded fine. The only issue here is that when the datepicker is opened, after hiding the smaller frame that the datepicker is sitting on, the datepicker itself vanishes with the frame but it's wings still stare at me. Meanwhile, I want the wings closed

I have tried to look for solutions on google, but I am not getting the answer for the keywords I use.

Has anyone been able to bypass this situation before?

If yes, how?
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
Bump.

Still need help with this. Can someone help me out?
 
Upvote 0
I have tried this code

Code:
Application.Run "MyDateCal_CloseUp"

I get run-time error 1004

Cannot run the macro 'MyDateCal_CloseUp'.

This macro may not be available in this workbook or all macros may be disabled.




What is it that I am doing wrongly?
 
Upvote 0

Forum statistics

Threads
1,214,904
Messages
6,122,169
Members
449,070
Latest member
webster33

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top