I am looking for command button code that with the Inputbox asks the user to select a cell and then this cell is copied 20 columns further to the right.
I am looking for command button code that with the Inputbox asks the user to select a cell and then this cell is copied 20 columns further to the right.
evening vdongen
Try this code
![]()
Set srng = Application.InputBox(prompt:="Select Task To Get copy Status", Left:=30, Top:=80, Type:=8) With srng .Offset(0, 20).Value = srng.Value End With
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks