Thread
:
copying rows between a and b
View Single Post
#
5
Posted to microsoft.public.excel.programming
oercim
external usenet poster
Posts: 51
copying rows between a and b
Thanks for help, below code makes the job,
Sub Macro1()
Dim a As Integer
Dim b As Integer
a = 6
b = 12
Rows(a & ":" & b).Select
Selection.Copy
End Sub
Again thanks alot.Cheers
Reply With Quote
oercim
View Public Profile
Find all posts by oercim