View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
mary mary is offline
external usenet poster
 
Posts: 19
Default Syntax error on codes

thanks a million Tom. I am getting syntax error on the
modified codes, which is pointing at this statement:

& _
",""Vacation""," & rng1.Offset(0,
4).Address & ")"

and

& _
",""Sick""," & rng1.Offset(0,
4).Address & ")"

thanks again