Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 91
Default Cursor Shape


Is it possible to change the Cursor shape from a Cross to (perhaps) a
Hand, or something else, when it is on a particular cell (in a
particular sheet) ?

Thanks - Kirk
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 99
Default Cursor Shape

Hi Kirk,

There is no MouseMove event in a worksheet. However, you could put a textbox
control in a cell and set the mouse pointer property to whatever you want.

Can also link a cell to the textbox - handy and no VBA required.

Ed Ferrero
www.edferrero.com


Is it possible to change the Cursor shape from a Cross to (perhaps) a
Hand, or something else, when it is on a particular cell (in a
particular sheet) ?

Thanks - Kirk


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 91
Default Cursor Shape

On Wed, 2 Jul 2008 20:33:04 +1000, "Ed Ferrero"
wrote:

Hi Ed,

Could you give me a bit more info please? I know how to put a text
box on a Form but not into a Cell.

Also, with a link - would that mean if the .xls was used on another
computer that textbox would be missing ?

Thanks - Kirk


There is no MouseMove event in a worksheet. However, you could put a textbox
control in a cell and set the mouse pointer property to whatever you want.

Can also link a cell to the textbox - handy and no VBA required.

Ed Ferrero
www.edferrero.com


Is it possible to change the Cursor shape from a Cross to (perhaps) a
Hand, or something else, when it is on a particular cell (in a
particular sheet) ?

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 99
Default Cursor Shape

Hi Kirk,

In XL 2003, right-click a toolbar, select 'Control Toolbox' use this to
place a text box in a cell. (Hold the Alt key down whilst placing/resizing
the text box to get it to align to the cell borders.)

In Xl 2007, go to the Developer ribbon, Insert - ActiveX Controls - Text
Box. (If you can't see the developer ribbon, go to Excel Options to show it)

Whilst in design mode (the set-square toolbar button is activated), click
the properties button. Here you can change tha mouse pointer, background
colour, border, cell link, and a bunch of other stuff.

All your changes are stored with the sheet, so send to other computers at
will...

Ed Ferrero
www.edferrero.com


"kirkm" wrote in message
...
On Wed, 2 Jul 2008 20:33:04 +1000, "Ed Ferrero"
wrote:

Hi Ed,

Could you give me a bit more info please? I know how to put a text
box on a Form but not into a Cell.

Also, with a link - would that mean if the .xls was used on another
computer that textbox would be missing ?

Thanks - Kirk


There is no MouseMove event in a worksheet. However, you could put a
textbox
control in a cell and set the mouse pointer property to whatever you want.

Can also link a cell to the textbox - handy and no VBA required.

Ed Ferrero
www.edferrero.com


Is it possible to change the Cursor shape from a Cross to (perhaps) a
Hand, or something else, when it is on a particular cell (in a
particular sheet) ?


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 91
Default Cursor Shape

On Thu, 3 Jul 2008 13:52:08 +1000, "Ed Ferrero"
wrote:


Hi Ed,

Thanks for all the info. I did get it working, but it's sort of
strange. A d-click breaks to an empty sub, a single click puts
6 dots around it, kind of spoling the apperance. And no matter
what Mouse pointer I choose, all I got was the 4 pointing arrows
shape. I might just stick with what I had!

Thanks anyway, I didn't know about the control toolbox.
Cheers - Kirk



In XL 2003, right-click a toolbar, select 'Control Toolbox' use this to
place a text box in a cell. (Hold the Alt key down whilst placing/resizing
the text box to get it to align to the cell borders.)

In Xl 2007, go to the Developer ribbon, Insert - ActiveX Controls - Text
Box. (If you can't see the developer ribbon, go to Excel Options to show it)

Whilst in design mode (the set-square toolbar button is activated), click
the properties button. Here you can change tha mouse pointer, background
colour, border, cell link, and a bunch of other stuff.

All your changes are stored with the sheet, so send to other computers at
will...



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
CURSOR SHAPE HAS CHANGED Weep Excel Discussion (Misc queries) 3 March 6th 10 08:30 PM
my curser changed from arrow shape to a cross shape???? bj New Users to Excel 1 February 5th 07 02:47 PM
mouse cursor for a shape excel_stuck via OfficeKB.com Excel Programming 0 July 17th 06 12:14 PM
Deleting a shape and the cell contents the shape is in. Dave Peterson[_3_] Excel Programming 1 October 9th 03 03:36 PM
Deleting a shape and the cell contents the shape is in. Tom Ogilvy Excel Programming 0 October 9th 03 03:43 AM


All times are GMT +1. The time now is 09:01 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"