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

it would help if you post the code you have so far...............
susan

On Jan 17, 11:44*am, Baloo wrote:
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