请问ExcelBookAttach这个函数到底是什么意思啊
本帖最后由 liweimail 于 2009-6-12 09:59 编辑请问ExcelBookAttach这个函数到底是什么意思啊
越详细越好,我是个菜鸟,英语很难
_ExcelBookAttach($s_string, $s_mode = "FilePath") 不知道我理解得对不对
就是按函数指定的模式查找$S_string是否存在 本帖最后由 lynfr8 于 2009-6-9 19:13 编辑
_ExcelBookAttach
--------------------------------------------------------------------------------
Attach to the first existing instance of Microsoft Excel where the search string matches based on the selected mode.
搜索第一个存在的符合搜索字串子串的excel,搜索方式基于选择的模式.
#Include <Excel.au3>
_ExcelBookAttach($s_string, $s_mode = "FilePath")
参数
$s_string String to search for 设定需要搜索的字符
$s_mode Optional: specifies search mode:模式分类
FileName - Name of the open workbook 已打开excel的文件名模式
FilePath - (Default) Full path to the open workbook 已打开excel的完整路径模式
Title - Title of the Excel window 已打开excel的窗体标题模式 很少用_Excel函数,对这个_ExcelBookAttach 帮助文件的例子也不是很理解
谁懂的谁来跟帖分析下 根据$s_mode 参数来 寻找匹配的excel文档 附加上去
从而操作这个excel
和_IEAttach是一样的意思 哦 谢谢楼上的几位兄弟 正解,以前也对此有所疑惑哦! 经常来看看还是有好处的
这个地方我也一直有疑惑 留个名,学习 这个函数用于建立一个指向已打开的Excel文件的对象变量。支持“文件名”、“路径”、“窗口标题”等三种搜索模式。 学习一下, 正看excel~~ 没看明白,学习一下 没看明白,学习一下 但是这个函数只能解决搜索,不能解决从标题获取文件的路径呀,而且我要的这个功能也无法实现
http://www.autoitx.com/forum.php?mod=viewthread&tid=20959&rpid=252479&fav=yes&ordertype=0&page=1#pid252479
而且使用这个函数之前,必须先用它的另一个函数打开EXCEL表,但我要的功能是不要用函数打开表,要搜索用户自己打开的表啊!
页:
[1]