由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - need VBA help please!
相关主题
VBA code for automated reporting for sales and marketingExcel问题,求助! (转载)
信用卡公司用Excel做些什么?VBA在统计编程中的市场大不大?
我这个VBA里的SQL 错哪儿了?有没有人研究过word的macro呀?
请教一下统计需要补的计算机基础[合集] VBA在统计编程中的市场大不大?
[合集] 问个关于excel的土问题哪里可以学到Visual Basic in Excel
Excel 有这样自动采集数据的公式么?Risk Analyst Contractor Position in Rhode Island
请教:marketing analysis中EXCEL都用哪些功能啊?C++还是房地产价格分析,选课建议
请求帮助工作定位 (转载)请教EXCEL高手
相关话题的讨论汇总
话题: vba话题: excel话题: need话题: numbers话题: just
进入Statistics版参与讨论
1 (共1页)
x*****o
发帖数: 361
1
I need to extract one or two fields(numbers) from a daily Excel report and
then put those selected numbers in another Excel spreadsheet to form several
columns of time series.
I am right now copying and pasting everyday. I heard I can automate this
process using VBA. Never used this before. Anyone may lend me a hand? Just a
VBA sample will be fine.
Thanks a bunch!
Sorry no Chinese input in office.
p********a
发帖数: 5352
2
Maybe you don't even need VBA. A few Excel functions will work.
=MID('C:VBA\proj1\[100 West Winds.xls] Year1'!D13,1,2)
MID is just like substr function in SAS, 1 is start point, 2 is number of
characters
1 (共1页)
进入Statistics版参与讨论
相关主题
请教EXCEL高手[合集] 问个关于excel的土问题
请教如何用VBA在excel环境运行SAS codeExcel 有这样自动采集数据的公式么?
excel一问请教:marketing analysis中EXCEL都用哪些功能啊?
问题:多个Excel的一个column 怎么能合并到一个里面?请求帮助工作定位 (转载)
VBA code for automated reporting for sales and marketingExcel问题,求助! (转载)
信用卡公司用Excel做些什么?VBA在统计编程中的市场大不大?
我这个VBA里的SQL 错哪儿了?有没有人研究过word的macro呀?
请教一下统计需要补的计算机基础[合集] VBA在统计编程中的市场大不大?
相关话题的讨论汇总
话题: vba话题: excel话题: need话题: numbers话题: just