LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default 2 quick questions

The afterupdate is "inherited" from the controls object. So no, the textbox
itself does not have the AfterUpdate event. If you put the same textbox
control on a worksheet, you will see there is no AfterUpdate event as an
illustration. Another example of "inheritance". On a userform, the
combobox has a rowsource, but on a worksheet it is ListFillRange. This is
because these properties belong to the control and oleobject objects
respectively.

--
Regards,
Tom Ogilvy

"phreud " wrote in message
...
You're right. I tried to adapt John's method to make it work in my case,
but couldn't.

However, surely a TextBox has an AfterUpdate event? The code I'm using
now is:


Code:
--------------------

Private Sub txtSomeName1_AfterUpdate()
Update_Chart
End Sub

Private Sub txtSomeName2_AfterUpdate()
Update_Chart
End Sub

Private Sub txtSomeName3_AfterUpdate()
Update_Chart
End Sub

Private Sub txtSomeName4_AfterUpdate()
Update_Chart
End Sub

--------------------


and so on....

This was the reason for my post. It seems there should be a way to get
around this. I have about 50 text boxes that need to be called like
this :(


---
Message posted from http://www.ExcelForum.com/



 
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
Answers to questions posing more questions in a workbook sbelle1 Excel Worksheet Functions 2 August 8th 09 01:02 AM
View Questions and Answer to questions I created Roibn Taylor Excel Discussion (Misc queries) 4 July 24th 08 12:05 AM
Quick Access Toolbar questions 3phoenix Excel Discussion (Misc queries) 1 April 23rd 07 07:34 AM
Extremely frusterated. 3 quick questions Chris Excel Worksheet Functions 6 June 17th 06 08:32 PM
two quick questions on excel. please answer as soon as possible... Microofficetester Excel Worksheet Functions 6 December 17th 04 01:42 AM


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