Results 1 to 5 of 5

Text Box displayed value does not match real value

Threaded View

  1. #1
    Registered User
    Join Date
    10-28-2009
    Location
    CA
    MS-Off Ver
    Excel 2003/2007
    Posts
    2

    Text Box displayed value does not match real value

    Hello,

    I have been noticing some strange behavior with some text boxes which are embedded in a worksheet.

    Say for instance I saved/closed the workbook with the value of "6" in the text box. When I re-open the workbook and change the value to something different, say "4", it will still display "6" whenever the text box is inactive.

    If you click in the text box and make it active, it will then accurately display the new value of "4". We use VBA to read the value of these text boxes using the following code:

    txtValue = Sheets(1).checkbox1.Value
    The VBA code retrieves the correct value of "4", but it is very misleading to the user that the displayed value is "6" when the text box is inactive.

    Anyone else ever encounter this?

    Thanks!
    Kyle

    PS. It does this in both 2003 & 2007.
    Last edited by royUK; 10-28-2009 at 03:37 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1