Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All,
What is Window class "EXCEL6" in Excel used for ? Need help urgent ... please ! Regards, Halim |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I "re-hook" my worksheet window to my Excel window? | Excel Discussion (Misc queries) | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
Excel 2003 VBA - "Maximizing" Window & "Calculating" Workbook | Excel Programming | |||
freeze window creates multiple "views" suffixed with ":n" | Excel Discussion (Misc queries) | |||
VBA command to say "yes"/"no" to popup window | Excel Programming |