Advertisement
Guest User

Untitled

a guest
Dec 6th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. Dim value As Double
  2. Dim column As Integer
  3. column = 3 - ActiveCell.column
  4. value = ActiveCell.value
  5. ActiveCell(1, column).value = value
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement