D
daniroy
Hello there and thanks again for the group help
My VBA level is a shame:
I need to copy/paste data and the number of lines to copy on sheet
"Datas" is define in "Define" sheet on the cell C8.
I am not even able to declare C8 as a variable, first step before
asking to copy datas.
Up to now here is what I have done:
_____________________
Sub DefineWorkingDatas()
Sheets("Define").Select
Dim NbrofDays As Integer
MbrofDays = Range(C8).Value
End Sub
______________________
It is not working obviously I will appreciate any help believe me...
thanks
Daniel
My VBA level is a shame:
I need to copy/paste data and the number of lines to copy on sheet
"Datas" is define in "Define" sheet on the cell C8.
I am not even able to declare C8 as a variable, first step before
asking to copy datas.
Up to now here is what I have done:
_____________________
Sub DefineWorkingDatas()
Sheets("Define").Select
Dim NbrofDays As Integer
MbrofDays = Range(C8).Value
End Sub
______________________
It is not working obviously I will appreciate any help believe me...
thanks
Daniel