View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Incidental Incidental is offline
external usenet poster
 
Posts: 226
Default VBA code to populate Excel Tab Text

Hi CB

this should work

With ActiveSheet
ActiveSheet.Name = [A1]
End With

S