LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 333
Default save textbox as number wth Cint?

Hi,

I am having trouble saving my textbox as a number. Here is the format I am
using..

with ws
.Cells(Choice, 7).NumberFormat = "0"
.Cells(Choice, 7) = CInt(Me.txtDaysOccupied.Value)
end with

It errors out at the CInt statement with a Type Mismatch. I tried declaring
an integer variable and converting to this as well but I received the same
error message.

What am I missing?

Thanks



 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Save Textbox into Named Range Karen53 Excel Programming 2 September 21st 07 03:00 AM
ListBox & TextBox Save Karen53 Excel Programming 2 September 19th 07 08:56 PM
How to tell textbox to treat number as number, not text, and notshow zero John Smith Excel Programming 1 November 16th 06 02:29 AM
Textbox & Save file problem Stuart[_5_] Excel Programming 0 August 4th 04 07:09 PM
Save TextBox Entry after WorkBook is closed wpllc2004 Excel Programming 1 April 12th 04 12:30 PM


All times are GMT +1. The time now is 09:39 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"