Skip to content

Instantly share code, notes, and snippets.

@yuyueugene84
Created August 6, 2020 02:30
Show Gist options
  • Save yuyueugene84/76d796ad24884cbbc08e566fca5604ed to your computer and use it in GitHub Desktop.
Save yuyueugene84/76d796ad24884cbbc08e566fca5604ed to your computer and use it in GitHub Desktop.
Sub InputFill()
'Cells(Cells(1, "B").Value, Cells(2, "B").Value ) ' ¨Ï¥ÎªÌ«ü©wªº°_©lÀx¦s®æ
'Cells( Cells(3, "B").Value, Cells(4, "B").Value ) '¨Ï¥ÎªÌ«ü©wªºµ²§ôÀx¦s®æ
Range(Cells(Range("B1").Value, Range("B2").Value), Cells(Range("B3").Value, Range("B4").Value)).Value = Range("B5").Value
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment