Hello Mr. Excel Community,
I am running into a block that I am hoping someone can assist with to resolve; I have a spreadsheet that currently utilizes VBA to copy rows from one worksheet (let's call it SHEET #1) to another (SHEET #2) based on a response of YES to a drop down. This works perfectly for our needs and does not need to change, however I have recently added a new wrinkle where some of the copy-and-paste fields on SHEET #2 compile to a totally unrelated SHEET #3 automatically by way of basic formula (='SHEET #2!'whatever row/cell is involved); these fields are specifically text entries and I am hoping to automatically autofit the height of the rows on SHEET #3 to properly display all of the text information from SHEET #2, but every bit of VBA coding I have tried has failed to adjust the row heights at all.
If the reason the extra layer of coding won't work is that the "text entered" on SHEET #2 comes from a macro sending it over from SHEET #1, then I will resign myself to having the user manually resize the rows on SHEET #3 but I am willing to bet there is someone here that has encountered this before. Just in case, there is NO CELL MERGING going on anywhere as I had to remove all of that when the original macro was created; I also have manually selected AUTOFIT HEIGHT and WRAP TEXT options on all applicable cells beforehand.
Appreciate the help!!
I am running into a block that I am hoping someone can assist with to resolve; I have a spreadsheet that currently utilizes VBA to copy rows from one worksheet (let's call it SHEET #1) to another (SHEET #2) based on a response of YES to a drop down. This works perfectly for our needs and does not need to change, however I have recently added a new wrinkle where some of the copy-and-paste fields on SHEET #2 compile to a totally unrelated SHEET #3 automatically by way of basic formula (='SHEET #2!'whatever row/cell is involved); these fields are specifically text entries and I am hoping to automatically autofit the height of the rows on SHEET #3 to properly display all of the text information from SHEET #2, but every bit of VBA coding I have tried has failed to adjust the row heights at all.
If the reason the extra layer of coding won't work is that the "text entered" on SHEET #2 comes from a macro sending it over from SHEET #1, then I will resign myself to having the user manually resize the rows on SHEET #3 but I am willing to bet there is someone here that has encountered this before. Just in case, there is NO CELL MERGING going on anywhere as I had to remove all of that when the original macro was created; I also have manually selected AUTOFIT HEIGHT and WRAP TEXT options on all applicable cells beforehand.
Appreciate the help!!