View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Paul Lautman Paul Lautman is offline
external usenet poster
 
Posts: 85
Default how do I detect an error

If I try to do a filldown when there are a couple of merged cells in the
range, I get an error message popping up.

If I issue the command in VBA ThisRange.FillDown and there are a couple of
merged cells, the command fails, but no message pops up. This is fine, but
how do I detect the success or failure of such commands in VBA?

TIA