I need to wrap text in excel cell using vb.net
Hi @sruthesanju
use the below code in execute macro activity or invoke VBA !
Sub vba_wrap_text()
Range("A1").WrapText = True
End Sub
Regards
In script I can’t write it
By vb.net
I need to wrap text in excel cell using vb.net
Hi @sruthesanju
use the below code in execute macro activity or invoke VBA !
Sub vba_wrap_text()
Range("A1").WrapText = True
End Sub
Regards
In script I can’t write it
By vb.net