Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35
Default How to move the calendar object?

I have inserted a calender using: Insert/Object/Calendar Control 9
Any time I click on the date cell, it appears on the bottom and to the left
of the date cell. How can I locate it on the right side of the date cell?
Thanks for any comments.
Dori
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 156
Default How to move the calendar object?

Hi,

On the Visual basic Toolbar, click the button for 'Design Mode'

then select the Calendar Control and move it using the mouse where you want
it.

I personally host controls like that in a userform that is only shown when
the user double-clicks on the cell, or selects the cell. Then when the user
chooses a date in the form, I hide the form and put the value of the calendar
control in the cell.

Another good alternative (if it is installed) is to use the date-Time Picker
control.

I hope that helps

Philip

"DORI" wrote:

I have inserted a calender using: Insert/Object/Calendar Control 9
Any time I click on the date cell, it appears on the bottom and to the left
of the date cell. How can I locate it on the right side of the date cell?
Thanks for any comments.
Dori

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35
Default How to move the calendar object?

Hi Philip,
I used the "Design Mode" and moved the calendar control but after entering
the date, when I wanted to enter the second date, it poped up over the
original location which blocks me from seeing other info adjacent to the date
cells. Is there a VBA to insert to make the calendar to pop up to the right
of date cell or permanently relocate it?
Thanks,
Dori

"Philip" wrote:

Hi,

On the Visual basic Toolbar, click the button for 'Design Mode'

then select the Calendar Control and move it using the mouse where you want
it.

I personally host controls like that in a userform that is only shown when
the user double-clicks on the cell, or selects the cell. Then when the user
chooses a date in the form, I hide the form and put the value of the calendar
control in the cell.

Another good alternative (if it is installed) is to use the date-Time Picker
control.

I hope that helps

Philip

"DORI" wrote:

I have inserted a calender using: Insert/Object/Calendar Control 9
Any time I click on the date cell, it appears on the bottom and to the left
of the date cell. How can I locate it on the right side of the date cell?
Thanks for any comments.
Dori

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Calendar Object in Excel Calendar Object in Excel Excel Discussion (Misc queries) 2 February 10th 10 10:16 PM
Object Calendar 11.0 Pat Excel Discussion (Misc queries) 1 January 9th 07 10:10 PM
Worksheet object (Calendar) Mike Rogers Excel Discussion (Misc queries) 2 May 19th 06 04:22 PM
use of calendar object? CathyZ Excel Discussion (Misc queries) 1 May 4th 06 07:14 PM
Object Calendar 8.0 braziliandude Excel Programming 1 February 3rd 04 03:47 PM


All times are GMT +1. The time now is 03:00 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"