Hello, I have an issue where I have a list on an excel sheet which I need to transpose to put in an array (sheet names) but it loses any leading 0s which means it doesn't recognise the tabs.
Dim oWS As Worksheet
Dim aSheetnames As Variant
Set oWS = Worksheets("Compiler")
endrow =...