VBA macro working stopped if i open another excel sheet with copy paste cpde

前端 未结 0 1137
耶瑟儿~
耶瑟儿~ 2021-01-31 17:40

Macro stop to work if i open another excel please help

Sub CopyValues()

Dim RowNo As Long
RowNo = Sheets(2).Cells(Rows.Count, 4).End(xlUp).Row + 1

    Sheets(2)         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题