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

Popular posts from this blog

php - cannot display multiple markers in google maps v3 from traceroute result -

php - Boolean search on database with 5 million rows, very slow -

css - Text drops down with smaller window -