How to Specify Tab in the Excel Document -
goal:
tab named "bbb" should use sourcecode below.
problem:
in excel document, have 9 tab , and 1 of them named "bbb" should use source code below. question how?
sub sample() range("b4:e7") = [index(upper(b4:e7),)] end sub
try this
worksheets("bbb").range("b4:e7") = ...
Comments
Post a Comment