CrashBandicoot
New Member
- Joined
- Oct 16, 2017
- Messages
- 8
Hey All,
First huge fan of the site, been ridiculously helpful thus far. I finally hit a problem I hadn't found a thread for, and decided to join the community.
Second, the problem...
Background:
I have used various frankenstiened pieces of code/recorded Macros/ and coded a bit to make a pretty solid tracking document for a task I deal with at work. I have one goal left that I've hit a brick wall with, and I have a feeling that it could be done with the proper knowledge of coding, but as I have yet to delve into the real world of VBA coding I am at a loss. I am currently struggling to make an update sheet button that does the following things:
- Selects the contents of a cell (C14) on sheet 'Alpha'
- Uses the contents of the Cell (C14) 'sheet Alpha' to find the exact same contents in a cell always in (Column I) of sheet 'Beta'
--The contents being searched for is unique, the column is consistent, but because people are consistently adding rows to the document the row number varies.
-- Within the varying row on sheet 'Beta' that holds the cell that has the contents matching the information in C14 Alpha:
--Update the following other columns within the active row using:
--- Cell C16 on sheet 'Alpha' copy paste values to Cell A (active row number) sheet 'Beta'
--- Cell E28 on sheet 'Alpha' copy paste values to Column R (active row number) sheet 'Beta'
--- Cell G13 on sheet 'Alpha' copy paste values to Cell T (active row number) sheet 'Beta'
--- After updating sheet Beta, with Alpha sheet values
----clear contents of columns C,E,G on sheet Alpha
Would love to see how you guys approach this is if it is even possible.
Thanks for any and all help you maybe able to offer.
Best,
CrashBandicoot
First huge fan of the site, been ridiculously helpful thus far. I finally hit a problem I hadn't found a thread for, and decided to join the community.
Second, the problem...
Background:
I have used various frankenstiened pieces of code/recorded Macros/ and coded a bit to make a pretty solid tracking document for a task I deal with at work. I have one goal left that I've hit a brick wall with, and I have a feeling that it could be done with the proper knowledge of coding, but as I have yet to delve into the real world of VBA coding I am at a loss. I am currently struggling to make an update sheet button that does the following things:
- Selects the contents of a cell (C14) on sheet 'Alpha'
- Uses the contents of the Cell (C14) 'sheet Alpha' to find the exact same contents in a cell always in (Column I) of sheet 'Beta'
--The contents being searched for is unique, the column is consistent, but because people are consistently adding rows to the document the row number varies.
-- Within the varying row on sheet 'Beta' that holds the cell that has the contents matching the information in C14 Alpha:
--Update the following other columns within the active row using:
--- Cell C16 on sheet 'Alpha' copy paste values to Cell A (active row number) sheet 'Beta'
--- Cell E28 on sheet 'Alpha' copy paste values to Column R (active row number) sheet 'Beta'
--- Cell G13 on sheet 'Alpha' copy paste values to Cell T (active row number) sheet 'Beta'
--- After updating sheet Beta, with Alpha sheet values
----clear contents of columns C,E,G on sheet Alpha
Would love to see how you guys approach this is if it is even possible.
Thanks for any and all help you maybe able to offer.
Best,
CrashBandicoot