View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Baloo Baloo is offline
external usenet poster
 
Posts: 5
Default Newbie floundering in the VBA code

I have a macro wriiten for dong a series of actions. But this macro
should run once
there is any change in the data that is updated from the web by the
web query.
or else it should do nothing. How do i write the code for this.The
function
onchange() does not work for web update from query..Please help me