J
JonathanK1
Hi all,
I have a macro that prompts an input:
Dim TheAnswer$
TheAnswer = Inputbox(
Etc. etc. You get the gist. Anyway, it takes the input but doesn't d
anything with it. I have one colmn in the spreadsheet that has office
(e.g., Texas, Ohio etc.). Its column H. I'd like the input to grab th
rows that have the input I provide and past them into a ne
book/spreadsheet. Is this possible?
So, there may be twenty rows with Texas mixed in. I want all of thes
pasted into the new spreadsheet. So when I click the button it'll as
me for the input. I enter Texas and it gives me all the rows with Texa
in the new book/spreadsheet. Sorry if I'm overexplaining.
Can you folks help?
Thanks,
J
I have a macro that prompts an input:
Dim TheAnswer$
TheAnswer = Inputbox(
Etc. etc. You get the gist. Anyway, it takes the input but doesn't d
anything with it. I have one colmn in the spreadsheet that has office
(e.g., Texas, Ohio etc.). Its column H. I'd like the input to grab th
rows that have the input I provide and past them into a ne
book/spreadsheet. Is this possible?
So, there may be twenty rows with Texas mixed in. I want all of thes
pasted into the new spreadsheet. So when I click the button it'll as
me for the input. I enter Texas and it gives me all the rows with Texa
in the new book/spreadsheet. Sorry if I'm overexplaining.
Can you folks help?
Thanks,
J