上一页 1 2 3 4 5 6 7 8 9 ··· 17 下一页
摘要: 重新定义数组的大小。 阅读全文
posted @ 2020-05-05 10:48 TryMyBest! 阅读(310) 评论(0) 推荐(0)
摘要: 赋值 复合框名称.list=array("a","b","c") 列表名称.list=array("a","b","c") 或者 复合框名称.list=数组arr 列表名称.list=数组arr 提取选定的值 a=复合框名称.value b=列表名称.value 阅读全文
posted @ 2020-05-05 10:42 TryMyBest! 阅读(530) 评论(0) 推荐(0)
摘要: https://jingyan.baidu.com/article/59703552d69e978fc00740a7.html 阅读全文
posted @ 2020-04-27 10:51 TryMyBest! 阅读(296) 评论(0) 推荐(0)
摘要: With Range("A4:B10").Borders .LineStyle = xlContinuous .ColorIndex = 0End With http://www.360doc.com/content/17/0918/06/30583536_688007876.shtml 阅读全文
posted @ 2020-04-25 14:15 TryMyBest! 阅读(698) 评论(0) 推荐(0)
摘要: 大小写转化ucase和lcase 阅读全文
posted @ 2020-04-15 13:44 TryMyBest! 阅读(145) 评论(0) 推荐(0)
摘要: 从数组取出一列。经过两次转置就可放进单元格了 application.index(arr,,1) 阅读全文
posted @ 2020-04-15 09:22 TryMyBest! 阅读(224) 评论(0) 推荐(0)
摘要: workbooks("文件名全称").Windows(1).Visible=True 或者 Windows(“文件名全称”).Visible=true 阅读全文
posted @ 2020-04-14 22:23 TryMyBest! 阅读(406) 评论(0) 推荐(0)
摘要: 对于不在本工作表复制粘贴,似乎必须先激活需要粘贴的工作表 .Sheets("计算成本使用").Range("1:1").Copy sh.Range("A1").PasteSpecial 阅读全文
posted @ 2020-04-14 21:58 TryMyBest! 阅读(180) 评论(0) 推荐(0)
摘要: application.worksheetfunction.函数和application.函数会有不同 阅读全文
posted @ 2020-04-14 10:39 TryMyBest! 阅读(1456) 评论(0) 推荐(0)
摘要: 自定义函数中引用的单元格有函数的话。系统会运行两次。第一次把单元格的值计算出来。第二次引用这个值来算函数。如果要排除这个问题。可以引用单元格.text 阅读全文
posted @ 2020-04-09 10:06 TryMyBest! 阅读(271) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 17 下一页