Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The code below works in 2003 in a module. I took the help example in VBA and
made a minor change. I also added a textbox to the active worksheet. See if this helps. Set Text1 = ActiveSheet.OLEObjects("Textbox1").Object CallByName Text1, "MousePointer", VbLet, vbCrosshair Result = CallByName(Text1, "MousePointer", VbGet) "George B" wrote: All the references I have found on this procedure appear to be for use in a class module. I would like to use it to call a procedure in Module1. Is this possible? What is the object to be specified in CallByName object,procname,calltype,[args()] |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
CallByName() doesn't | Excel Programming | |||
Example for VBA function - CallByname! | Excel Discussion (Misc queries) | |||
CallByName in Excel for Fill object | Excel Programming | |||
callbyname in XL 2K and XL 2003 | Excel Programming | |||
Using CallByName for conversion function | Excel Programming |