This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Download Microsoft Edge
More info about Internet Explorer and Microsoft Edge
Populates a specified cell with a string value.
Syntax
Sub SetCellValue(ByVal PaneNum As Long, ByVal row As Long, ByVal col As Long, ByVal strValue As String)
The Object Browser shows this method as
Sub SetCellValue(ByVal PaneNum As Long, ByVal row As Long, ByVal Column As Long, ByVal strValue As String).
Parameters