Calendar call

ruiviagem

New Member
Joined
Apr 18, 2021
Messages
8
Office Version
  1. 2019
Platform
  1. Windows
Good morning,
I need to call a calendar when I click on a cell and throw the date on it,
that I did, as well as I did on any cell.
But what I really need is to define a range of several cells for the calendar call.
(Need range A3: I3; A6: I6; A9: I9; A12: I12; A15: I15)
I ask for help from the excel guru :)
Thanks
 

Attachments

  • 123.png
    123.png
    75.3 KB · Views: 7

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
You can use something like: If Not Intersect(target, Range("A3:I3", "A6:I6", ..... )) Is Nothing Then .....
 
Upvote 0
Solution
You can use something like: If Not Intersect(target, Range("A3:I3", "A6:I6", ..... )) Is Nothing Then .....
Of course yes...
Who knows, knows.
It works perfectly.
Thank you very much
 
Upvote 0

Forum statistics

Threads
1,214,987
Messages
6,122,613
Members
449,090
Latest member
vivek chauhan

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