View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Patrick C. Simonds Patrick C. Simonds is offline
external usenet poster
 
Posts: 343
Default MultiTab userform question

When I click from Tab1 to Tab2 I need code to run which will clear the
contents of the cell in column A of the current row if the cell in column B
is empty. I already use the code rng = Cells(ActiveCell.Row, 1) to
determine the Active row.

I assume I can place the code in a MultiPage1_Exit sub routine.