In the past I've done .Range.NumberFormat no issue, but having a problem using with .DataBodyRange . The following is what I have (with generic labeling):
Thank you very much.
Code:
'Code defining variables, etc
with ws.listobjects(1)
.DataBodyRange(r,c).NumberFormat = "0" 'Type Mismatch Error occurs
end with
Thank you very much.