![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Apr 2002
Location: Sarasota, FL
Posts: 1,539
|
Simple, non-important but would-be useful information-
Can you change the default mouse icon in Excel? (yes I checked the manual) That's it, Corticus |
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Feb 2002
Location: Southfield,MI USA
Posts: 1,030
|
G'day,
I don't know of a standard way to do this with excel, but the windows method would be to go to start/settings/control panel/mouse/pointers. Hope that helps somewhat Adam |
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Apr 2002
Location: Sarasota, FL
Posts: 1,539
|
I actually wanted to change the cross looking thing in Excel , not Windows.
Corticus |
|
|
|
|
|
#4 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Columbus, OH, USA
Posts: 3,519
|
Corticus
I don't believe you can change the cross icon. Bit of a pain, I've spent a lot of time in the past on XL97 and 2000 trying to do this. |
|
|
|
|
|
#5 |
|
Board Regular
Join Date: Mar 2002
Location: Cincinnati, Ohio, USA
Posts: 6,824
|
Hi Corticus.
Without messing around with the Windows API you only get four choices within Excel.
If you want to go the API route, you can use any valid cursor on your sys... Tom [ This Message was edited by: TsTom on 2002-05-13 09:22 ] |
|
|
|
|
|
#6 |
|
Board Regular
Join Date: Apr 2002
Location: Sarasota, FL
Posts: 1,539
|
thanks!!
I used: Sub Auto_Open() Application.Cursor = xlNorthwestArrow End Sub worked perfect, sub workbook_open() didn't work, though you just solved something my boss has been nagging me about since we started(almost a year ago)converted all of our Quttro Pro 9 files to Excel... This board rocks! -Corticus |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|