View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
muddan madhu muddan madhu is offline
external usenet poster
 
Posts: 747
Default 0 As Default Value

Sub default()

Range("E:F").Select
Selection.Value = 0

End Sub



On Apr 1, 7:00*pm, Irfan wrote:
I am working on worksheet and require Complete Column E and F have the
default value of 0. Please Help