![]()
Sub Macro1() Range("J6:J31").Select Application.Run "bob" Selection.Copy Range("K6").Select Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _ :=False, Transpose:=False End Sub
![]()
Sub Macro1() Range("J6:J31").Select Application.Run "bob" Selection.Copy Range("K6").Select Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _ :=False, Transpose:=False End Sub
Last edited by davesexcel; 01-11-2023 at 02:56 PM. Reason: code tags required for vba code
You tell us.
What is the "bob code?"
That may depend on what "bob" does. It would be easier to help and test possible solutions if you could attach a copy of your file which includes any code you are currently using. Explain in detail what you want to do referring to specific cells, rows, columns and sheets using a few examples from your data (de-sensitized if necessary). See the yellow banner at the top of this page for instructions to attach a file.
You can say "THANK YOU" for help received by clicking the Star symbol at the bottom left of the helper's post.
Practice makes perfect. I'm very far from perfect so I'm still practising.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks