标签:注释 ola bsp nbsp ica func pre comm 获取
有人在群里问如何获取Excel单元格的注释,就给他写了下面的代码。
1 Function FuncNote(strCell As Range) 2 Application.Volatile 3 FuncNote = strCell.Comment.Text 4 End Function
标签:注释 ola bsp nbsp ica func pre comm 获取
原文地址:https://www.cnblogs.com/wisever/p/8994725.html