• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Search results

  1. R

    closing filedialogue box

    No. I know you wasn't, but it did help as it suggested that the processor was in fact too busy to post my variable to the form. I have it sorted now by inserting "DoEvents" as below RecsRead.Value = iRec DoEvents many thanks for your help
  2. R

    closing filedialogue box

    Sorry Hui, the text box name is "RecsRead" ? The code pasted is inside a loop. If I put a msgbox (as you suggested earlier) it updates fine. Just doesn't do it otherwise.
  3. R

    closing filedialogue box

    Ah. Now that makes a difference in that it also serves to update the field I have on my form. However, I don't want a msgbox popping up all the while. Please allow me to re-state the problem knowing what I now know. I don't believe the filedialog box has anything to do with it. I have a Form...
  4. R

    closing filedialogue box

    the problem doesn't seem to be with the filedialog box. I by-passed this by hardcoding the input filename to be used. Still, the field in the form that I update each loop (reacord read) of the code, fails to update until it finishes. I thought I could get the form field to scroll through numbers...
  5. R

    embedded single quotes in data upsetting insert into

    It's OK I have sorted this now. Just examine each character read (sChar) and if single quote encountered, simply add another Chr(39) & sChar Ta
  6. R

    closing filedialogue box

    Hello Hui, It does everything OK except close (immediately). After the user selects a file, the code goes on to do a lot of laborious time-consuming processing, during which the selection box stays plumb in the middle of the screen. What I want to do is to display some processing progress...
  7. R

    embedded single quotes in data upsetting insert into

    Hello. I have some embedded (single) quotation marks in my data source that I am reading char by char and stringing together to create a suitable DoCmd such as below. Problem is that these embedded quote's cause a problem with the quote's necessary for the command itself. Is there an escape...
  8. R

    closing filedialogue box

    I am using the code below to open up a file dialogue box, to allow user's to locate and select a single file. The VBA code then goes on top perform a fair amout of processing. My issue is that the dialogue box remains on screen. I want to close it immediately. Any idea's Dim fd As FileDialog...
  9. R

    Hello .. Introduce yourself

    Wicked. I've used PHD in the past to good effect. ALready posted to the forum. Thanks for everything !!
  10. R

    executable VBA

    Hello. I have been doing a bit of VBA. Nothing too clever, but I wondered . . . is there a way to run the code without having to go into Excel. OK, I used Excel to enter the VBE and create the code, but it doesn't refer to anything in the spreadsheet. I remember the old days, when having written...
Back
Top