rowbigred26
New Member
- Joined
- Mar 26, 2012
- Messages
- 5
What can I put after the "=" in the above code to make that value = a cell that has been copied from excel?
Preceding that code is:
Range("B3").Select
Application.CutCopyMode = False
Selection.Copy
Now I would like vba to paste that value into a webpage. I can state the specific value that is in B3 but that value will be dynamic and I want to pull the copied value and not the current value...if that makes any sense.
Using Excel 2010.
Preceding that code is:
Range("B3").Select
Application.CutCopyMode = False
Selection.Copy
Now I would like vba to paste that value into a webpage. I can state the specific value that is in B3 but that value will be dynamic and I want to pull the copied value and not the current value...if that makes any sense.
Using Excel 2010.