Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 13
Default About "EXCEL6" Window Class ?

Hi All,
What is Window class "EXCEL6" in Excel used for ?

Need help urgent ... please !

Regards,

Halim

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,452
Default About "EXCEL6" Window Class ?

It is the window of the worksheet cell that is in edit mode.
What do you need it for? Probably easier to get or set information
via the Excel object model than via the API.

RBS

"halim" wrote in message
oups.com...
Hi All,
What is Window class "EXCEL6" in Excel used for ?

Need help urgent ... please !

Regards,

Halim


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 113
Default About "EXCEL6" Window Class ?

Thank you very much for reply me..
But can we release each cell in a worksheet

so it will be shown as window with the caption

so I can refer Userform1.left to cell.left as we see in the screen

Rgds,

halim

RB Smissaert menuliskan:
It is the window of the worksheet cell that is in edit mode.
What do you need it for? Probably easier to get or set information
via the Excel object model than via the API.

RBS

"halim" wrote in message
oups.com...
Hi All,
What is Window class "EXCEL6" in Excel used for ?

Need help urgent ... please !

Regards,

Halim


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,452
Default About "EXCEL6" Window Class ?

Not sure I understand, but how about:
Userform1.Left = Cells(5, 2)

Keep in mind that VBA code can't run when a cell is in edit mode.

RBS

wrote in message
ups.com...
Thank you very much for reply me..
But can we release each cell in a worksheet

so it will be shown as window with the caption

so I can refer Userform1.left to cell.left as we see in the screen

Rgds,

halim

RB Smissaert menuliskan:
It is the window of the worksheet cell that is in edit mode.
What do you need it for? Probably easier to get or set information
via the Excel object model than via the API.

RBS

"halim" wrote in message
oups.com...
Hi All,
What is Window class "EXCEL6" in Excel used for ?

Need help urgent ... please !

Regards,

Halim



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
How can I "re-hook" my worksheet window to my Excel window? Jal Excel Discussion (Misc queries) 1 August 29th 08 10:11 PM
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell Steve Kay Excel Discussion (Misc queries) 2 August 8th 08 01:54 AM
Excel 2003 VBA - "Maximizing" Window & "Calculating" Workbook JingleRock Excel Programming 0 April 25th 06 05:04 AM
freeze window creates multiple "views" suffixed with ":n" dgaex001 Excel Discussion (Misc queries) 5 March 22nd 06 05:28 PM
VBA command to say "yes"/"no" to popup window Manuel Excel Programming 7 August 5th 04 10:20 AM


All times are GMT +1. The time now is 04:09 PM.

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

About Us

"It's about Microsoft Excel"