如何取得worksheet名稱

sub wkshtname()
 
For i = 1 To Sheets.Count
MsgBox Sheets(i).Name
Next
end sub
 

沒有留言:

張貼留言