Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello
Account Numbers are in B3 Can someone help me with how to name a sheet with IF B3 = V014989 Then SheetName = 101 IF B3 = V015013 Then SheetName = 102 This is what i have which returns the Private Sub SheetName() On Error Resume Next ActiveSheet.Name = Range("B3") & Format(Now(), "[$-409] yy-mmm-d;@") If Err.Number < 0 Then MsgBox Err.Number & " -- " & Err.Description End If On Error GoTo 0 Thanks Mike |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
naming sheet tab | Excel Worksheet Functions | |||
Naming Sheet | Excel Discussion (Misc queries) | |||
Naming a newly inserted sheet using VBA | Excel Discussion (Misc queries) | |||
Workbook "Sheet" Naming | Excel Discussion (Misc queries) | |||
Naming & renaming a sheet tab | Excel Worksheet Functions |