don't understand why you need to link anything

来源: slow_quick 2012-09-24 14:41:54 [] [博客] [旧帖] [给我悄悄话] 本文已被阅读: 0 次 (476 bytes)
回答: 请问这里有excel expert? I need help!n7002012-09-24 13:29:40

The most important thing in computer programming is "Loop".  Humans hate repetative work and computers love them.  As long as you can do loop, you are fine.

Private Sub test1()

    Dim ws As Worksheet

    For Each ws In ThisWorkbook.Worksheets

        Debug.Print ws.Name

        'Insert your code here

    Next ws

End Sub

所有跟帖: 

Sorry I don't know how to write code, is this the code for macro -n700- 给 n700 发送悄悄话 (0 bytes) () 09/24/2012 postreply 15:10:30

VBA很容易学 -slow_quick- 给 slow_quick 发送悄悄话 slow_quick 的博客首页 (0 bytes) () 09/24/2012 postreply 15:54:43

请您先登陆,再发跟帖!

发现Adblock插件

如要继续浏览
请支持本站 请务必在本站关闭/移除任何Adblock

关闭Adblock后 请点击

请参考如何关闭Adblock/Adblock plus

安装Adblock plus用户请点击浏览器图标
选择“Disable on www.wenxuecity.com”

安装Adblock用户请点击图标
选择“don't run on pages on this domain”