Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 161
Default Run procedure from worksheet change event

How can I call a procedure in a VB module from a worksheet change event?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 772
Default Run procedure from worksheet change event

Just call it, if its name is test() you can type
call test

or usually just
test

make sure it is accessible eg public if need be.
--
-John
Please rate when your question is answered to help us and others know what
is helpful.


"ranswert" wrote:

How can I call a procedure in a VB module from a worksheet change event?

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
Validation Procedure with a worksheet change event Bhupinder Rayat Excel Worksheet Functions 2 October 3rd 07 05:18 PM
Event procedure for change of a particular cell? Chet Excel Programming 5 July 19th 06 08:25 PM
Creating event procedure on worksheet Dantz Excel Programming 0 December 1st 05 01:00 AM
change event procedure natanz[_2_] Excel Programming 0 November 4th 05 03:42 AM
change event procedure benb Excel Programming 2 September 24th 04 09:22 PM


All times are GMT +1. The time now is 05:58 AM.

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"