Post a data to an other sheet.
Closed
sohail
-
Jun 17, 2010 at 05:52 AM
venkat1926 Posts 1863 Registration date Sunday June 14, 2009 Status Contributor Last seen August 7, 2021 - Jun 17, 2010 at 06:25 AM
venkat1926 Posts 1863 Registration date Sunday June 14, 2009 Status Contributor Last seen August 7, 2021 - Jun 17, 2010 at 06:25 AM
Related:
- Post a data to an other sheet.
- Google sheet right to left - Guide
- Windows network commands cheat sheet - Guide
- Tmobile data check - Guide
- How to see liked post on x - Guide
- Little alchemy cheat sheet - Guide
1 response
venkat1926
Posts
1863
Registration date
Sunday June 14, 2009
Status
Contributor
Last seen
August 7, 2021
811
Jun 17, 2010 at 06:25 AM
Jun 17, 2010 at 06:25 AM
Sub test()
Worksheets("sheet1").UsedRange.Copy Worksheets("sheet2").Range("a1")
Application.CutCopyMode = False
End Sub
create a button from the forms window and assign this macro to it
Worksheets("sheet1").UsedRange.Copy Worksheets("sheet2").Range("a1")
Application.CutCopyMode = False
End Sub
create a button from the forms window and assign this macro to it