有人在群里问如何获取Excel单元格的注释,就给他写了下面的代码。
1 Function FuncNote(strCell As Range) 2 Application.Volatile 3 FuncNote = strCell.Comment.Text 4 End Function
原文地址:https://www.cnblogs.com/wisever/p/8994725.html
时间: 2024-10-31 14:39:46
有人在群里问如何获取Excel单元格的注释,就给他写了下面的代码。
1 Function FuncNote(strCell As Range) 2 Application.Volatile 3 FuncNote = strCell.Comment.Text 4 End Function
原文地址:https://www.cnblogs.com/wisever/p/8994725.html