Using Version Excel Office standard 2010 version 14.0.4760.1000 (32-bit) on a Remote Desktop environment.
VBA skill level: Novice (recorded my first macro to do a text to columns split using Char(10) last week and wrote a Clear.contents macro 2 weeks ago) please be gentle lol.
I have 1 workbook with 2 tabs. One tab is named "Tool", the other "Personal Worklist"
I need to write a VBA code to do the following:
Upon pushing button I assign, Take the data from row 2 of "Tool" (Range.A2:AS2) and copy / paste special values to the row in "Personal Worklist" where the value in column B on "Tools" corresponds to that value in column B in "Personal Worklist"
Not sure if this has already been posted before, but any help or pointers to any previously posted thread would be very much appreciated. Thanks!!
-Audra
VBA skill level: Novice (recorded my first macro to do a text to columns split using Char(10) last week and wrote a Clear.contents macro 2 weeks ago) please be gentle lol.
I have 1 workbook with 2 tabs. One tab is named "Tool", the other "Personal Worklist"
I need to write a VBA code to do the following:
Upon pushing button I assign, Take the data from row 2 of "Tool" (Range.A2:AS2) and copy / paste special values to the row in "Personal Worklist" where the value in column B on "Tools" corresponds to that value in column B in "Personal Worklist"
Not sure if this has already been posted before, but any help or pointers to any previously posted thread would be very much appreciated. Thanks!!
-Audra