View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Brad Brad is offline
external usenet poster
 
Posts: 846
Default VBA help (Time crunch) please help

I am trying to write conditional formatting for four conditions. I know that
will require a Do Loop however I need to write code for the Range to be
formatted. The Range I am looking for is A1:IV 64000. I am starting with
just the range selection code. I have tried Range.SelectAll, Range "A1:IV
64000".Select and keep getting errors. I know I am close but can't figure
out where I am getting it wrong. Please help