Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to assingn via vba a formula that is more than 255 character.
using: range("A1"). formula = "bla blaa...." is there a way around the 255 character limitation |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
We might be talking apples and oranges but I got this out of the Excel
specifications that is available in Excel help. Length of cell contents (text) 32,767 characters. Only 1,024 display in a cell; all 32,767 display in the formula bar Maybe VBA is the problem. "Dan" wrote: I am trying to assingn via vba a formula that is more than 255 character. using: range("A1"). formula = "bla blaa...." is there a way around the 255 character limitation |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
cell character limit | Excel Discussion (Misc queries) | |||
255 Character Limit | Excel Discussion (Misc queries) | |||
255 character limit | Excel Programming | |||
Character Limit | Excel Programming | |||
Cell 255 character limit and formula | Excel Worksheet Functions |