Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Ashank4vba
  • Order by date
  1. Ashank4vba

    Code execution stops with msg even after using "On Error Resume Next"

    I'll have to test <my excel application object name here>.Application.DisplayAlerts = False..hopefully this will work..thanks
  2. Ashank4vba

    Code execution stops with msg even after using &quot;On Error Resume Next&quot;

    Thanks Zack and glenn...Didnt realize that the 'Application' object would be different for MS Access and Excel...was happily assuming that VBA objects behaved the same way everywhere..Thanks. Hmm...is there a way that I can permanently set this DisplayAlerts setting to False (maybe from within...
  3. Ashank4vba

    Code execution stops with msg even after using &quot;On Error Resume Next&quot;

    Thanks Glenn. However, there seems to be no property called "DisplayAlerts" for the Application object and I get a similar error when I include it in my code. Any other suggestions? Thanks.
  4. Ashank4vba

    Code execution stops with msg even after using &quot;On Error Resume Next&quot;

    Hello, I have a bunch of excel files within a folder of which some are corrupted. The corrupted excel files don't open. I get an error message of the format: <file name here> cannot be accessed. The file may be read-only or you may be trying to access a read-only location. Or , the server the...
  5. Ashank4vba

    automating worksheet copy to new workbooks

    Hey Skip, Yes, all workbooks contain many pictures in them. Thats what I am trying to do. I'm trying to read all the data from the 'Inspection Form' Worksheet into an Access table for further processing. However, currently it takes anywhere between 1.5 - 2.5 minutes to process a single excel...
  6. Ashank4vba

    automating worksheet copy to new workbooks

    Thanks Skip. I cant think of any other option otherwise. The worksheets contain lots of pictures in them and hence are quite big. I just want to work on their data and thats in the 'Inspection form' worksheet (with no pics in the sheet). So I am thinking of making new workbooks with just the...
  7. Ashank4vba

    automating worksheet copy to new workbooks

    Hello, Please help. I have around 800 workbooks in a directory. All of them have a worksheet called 'Inspection Form'. I want to copy just this worksheet to a new workbook and save the workbook. I would like to save each new worksheet to a new workbook separately. I can do this manually but I...
  8. Ashank4vba

    Find Linked table and delete it!

    Do we need a connection to just delete a link?
  9. Ashank4vba

    why does Access 'mess up' queries

    Hello, I have this access database with a couple of tables and queries. For some reason, that I cant exactly pinpoint, sometimes the joins in the queries vanish and access adds 'Expr' aliases for some output fields in those queries. I think I had 'Track Name AutoCorrect Info' unchecked at...
  10. Ashank4vba

    help with reining my big fat Access database

    Thanks Roy..I don't have the software or expertise for the other solutions though... Thats a very good idea mhcruella...I will follow it :)..Thanks a lot
  11. Ashank4vba

    help with reining my big fat Access database

    Hello, Please advise regarding this situation. There is a back-end Oracle database from which I am planning to save data into an Access database for around 30 considerably big tables (~100,000 records each). The total size of the access database comes to 1.99 GB. I have to save this data...
  12. Ashank4vba

    creating queries in vba and batch help

    Hello, Is there a way to create and save a query in an Access database using vba? Also, which is the best way to automatically run a function from access every evening around 7 PM? Form timer? Thanks a lot for your help. -cheers Arvind
  13. Ashank4vba

    importing control values from excel to access

    <option button name here>.Value works -4146 means that it is not selected! 1 is selected.
  14. Ashank4vba

    inserting pic/image from excel file to access table using vba

    Hello, I am trying to load from pictures/images from an excel file into an access table called 'inspection_temp' using the function below. I have 2 fields in that table - Pic_Num(text) and Pic (OLE Object). For each pic in the excel sheet, I am trying a add a new record in the table and copy...
  15. Ashank4vba

    inserting pic/image from excel file to access table using vba

    Hello, I am trying to load from pictures/images from an excel file into an access table called 'inspection_temp' using the function below. I have 2 fields in that table - Pic_Num(text) and Pic (OLE Object). For each pic in the excel sheet, I am trying a add a new record in the table and copy...
  16. Ashank4vba

    importing control values from excel to access

    Using Excel Application object in vba now...hopefully things will be easier.
  17. Ashank4vba

    importing control values from excel to access

    I guess I don't need to use transferspreadsheet. I can just create excel objects and work with them and hopefully I can access controls with them.
  18. Ashank4vba

    importing control values from excel to access

    Hello, I am trying to import data from a questionnaire (excel file) into access tables. The questionnaire contains controls (checkboxes, comboboxes, option buttons etc). I would like to know the best way to import all that data to Access. I can use DoCmd.transferspreadsheet function to import...
  19. Ashank4vba

    importing control values from excel to access

    Hello, I am trying to import data from a questionnaire (excel file) into access tables. The questionnaire contains controls (checkboxes, comboboxes, option buttons etc). I would like to know the best way to import all that data to Access. I can use DoCmd.transferspreadsheet function to import...

Part and Inventory Search

Back
Top