在latex中,想给表格添加注释,可以使用threeparttable这个包 代码如下: \usepackage{threeparttable} \begin{table*} \begin{threeparttable} \centering \caption{Statistical results of the IGD values of the final populations obtained by RM-MEDA and RM-MEDA-II on the 10 test instan
很多人都知道,用vb操作excel的表格非常简单,但是偏偏项目中碰到了VB操作word表格的部分,google.baidu搜爆了,都没有找到我需要的东西.到是搜索到了很多问这个问题的记录.没办法,索性只有自己去尝试了.下面把一些代码发上来,给需要的朋友一点提示. 打开一个已经存在的wrod文件(这个文件包含了表格) Dim WordApp Dim Word Set WordApp = CreateObject("Word.Application") WordApp.Visible =