由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 想写一个小程序,老也写不出来问问大家。
相关主题
请教个Bloomberg 的 C++ 题目谁帮我测俩use case
在c中如果一个function return 一个字符串python还是有些傻傻的行为的
What is wrong?问个Python getter setter的问题
a strange issueask a Javascript question
请教各位先贤一个Perl 问题这样读多个文件对吗?
很想了解的一个C#疑问[转载] Re: [转载] 这样读多个文件对吗?
请教如何unit test for node.js REST+database超牛的debug
请教一个hadoop问题Re: [转载] how would you do this?
相关话题的讨论汇总
话题: selection话题: select话题: sub话题: range话题: macro
进入Programming版参与讨论
1 (共1页)
R***U
发帖数: 1860
1
大侠指教一下
我有一堆excel reports,想建一个excel macro 可以把这些report一个一个打开,
format一下print 的格式,存一下,然后打印出来。可以省我不少时间。
xiexie
s********e
发帖数: 1
2
Record one then modify the code later...
Sub test1()
'
' test1 Macro
'
'
Workbooks.Open Filename:="C:\UserStats.xls"
Range(Selection, Selection.End(xlToRight)).Select
Range(Selection, Selection.End(xlDown)).Select
Selection.PrintOut Copies:=1
ActiveWindow.ActivateNext
End Sub
1 (共1页)
进入Programming版参与讨论
相关主题
Re: [转载] how would you do this?请教各位先贤一个Perl 问题
java + javascript open local file?很想了解的一个C#疑问
perl: how to get the filename from the full path name请教如何unit test for node.js REST+database
How to fire up MFI in C#?请教一个hadoop问题
请教个Bloomberg 的 C++ 题目谁帮我测俩use case
在c中如果一个function return 一个字符串python还是有些傻傻的行为的
What is wrong?问个Python getter setter的问题
a strange issueask a Javascript question
相关话题的讨论汇总
话题: selection话题: select话题: sub话题: range话题: macro