Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Not sure why the code below does not work. It woks fine if I use
Me.Range("A2:A301").Value = Me.Range("B2:B301").Value But I need the returned value to be limited to only the first 15 characters. When I run the code below, no value is placed into column A. Private Sub Worksheet_Calculate() On Error GoTo Finish Module1.UnprotectWorkSheet Me.Range("A2:A301").Value = Left(Me.Range("B2:B301").Value, 15) Finish: End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help with Characters limiting | Excel Worksheet Functions | |||
Problem with Data Validation and limiting characters | Excel Worksheet Functions | |||
limiting characters in a cell | Excel Programming | |||
Limiting Characters In Rows | Excel Discussion (Misc queries) | |||
Limiting characters in a cell | Excel Worksheet Functions |