Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I have a textbox on a Userform and using the code below when I enter for example 100 and then in the Listbox select another row the textbox updates to 101 with no problem - however if I enter L100 the code errors is there a way round this error as sometimes I have to use a letter as it denotes the department that is issuing the Invoice. Private Sub Lb1_Change() Application.ScreenUpdating = False Dim invnum As String Dim iRow As Long Dim ws As Worksheet Sheets("Invoice").Select Tb36A.Text = Range("C14").Text + 1'<<<< errors on this line Application.ScreenUpdating = True End Sub -- Many Thanks Sue |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
invoice toolbar for invoice calcuation and assign number | Excel Discussion (Misc queries) | |||
How do I assign an invoice number using the invoice toolbar? | Excel Worksheet Functions | |||
how do I set up an escalating number (EG) invoice number | Excel Discussion (Misc queries) | |||
How do I generate a new invoice number when creating new invoice? | Excel Discussion (Misc queries) | |||
How do I change the invoice number assigned in Invoice template... | Excel Discussion (Misc queries) |