Excel VBA - Value vs Text


Value vs Text


Sheets(1).Cells(6, 3).Value will give the raw value in the cell.

Sheets(1).Cells(6, 3).Text will give what you see in the cell.

Comments

Popular posts from this blog

Install zeromq on Yosemite with php PECL

Reading a unicode Excel file in PHP

How to create unicode files using VBA?