in
All Tags » VBA » delete (RSS)

Browse by Tags

  • Excel VBA Delete All Pictures on PowerPoint Slides

    Good day, I have been trying so long to get this to work. I have a code that will copy a chart/picture from Excel into PowerPoint but I can't for the life of me figure out how to delete the picture on the slide first. I know there is some code to do this using PPT VBA but my code is in Excel. There...
    Posted to Excel (Forum) by microsoft on 05-16-2010
  • Delete a Record with no prompt?

    Does any one know how to Delete a record in VBA Code..for Example... DoCmd.DoMenuItem acFormBar, acEditMenu, 8, , acMenuVer70 DoCmd.DoMenuItem acFormBar, acEditMenu, 6, , acMenuVer70 With out the Prompt...Do you want to delete record Yes/No?? Regards S3quence
    Posted to Access (Forum) by microsoft on 09-15-2009
  • Delete rows based on criteria VBA

    Experts  I have an Access app that queries SQL Server, and then dumps the results to Excel. I need to further process the Excel data before presenting the data to the user... If you have a single record with 'No Due Date' as the doctyp value, leave it alone. If, however, you have other doctyp...
    Posted to Excel (Forum) by microsoft on 08-14-2009
  • VBA Newbie question on the delete key...

    I ave a text box and will set up code to process when the user presses the delete or backspace key. Does anyone know if ther is a way to capture he section of text they deleted into a variable to process? Any possible work arounds that may worl? I need to caputre tey text they are trying to delete. Thanks...
    Posted to Access (Forum) by microsoft on 08-04-2009
  • Create and Delete a table with VBA

    I know how to do this via SQL, but not VBA. I wish to be able to delete a table and then create a new table via VBA. Can this be done or do I need to call in a delete table / make table query instead? Thanks
    Posted to Access (Forum) by microsoft on 07-25-2009
  • Can't delete empty data series from chart via VBA

    I've written some VBA code to build a chart from a worksheet of data. The structure of the data is dynamic in that there can be any number of series, and each series can contain any number of data points. The data is refreshed by a seperate application. My code for building the chart starts by removing...
    Posted to Excel (Forum) by microsoft on 07-25-2009
  • VBA - Delete all records in table

    I have a table that often imports around 500,000 rows with no problem. If I double click the table and select all rows by clicking upper left box and click delete, access craps out on trying to delete this many rows. Is there some vba that will delete all rows in the table without crapping out?
    Posted to Access (Forum) by microsoft on 07-16-2009
  • Deleting records in MS access

    Hi everybody, How do I delete a record from the recordset, I wanted to check if my record on my table exist on the other table? I am using ADO and MS access VBA. The problem is I wanted to check if the records exist first if not delete the record if it does exist update the records. Please help Code...
    Posted to Access Coding/Macros (Forum) by microsoft on 07-12-2009
  • VBA Word - Delete certian pages

    Hello Experts, What i want to do is delete certian pages within a document. A have a macro which imports from elsewhere onto a new pages within this word doc. Running the same macro will create duplicate info. I thought this would be simple but cant find the answer. Lets say for this example, its a 30...
    Posted to Microsoft Office (Forum) by microsoft on 07-12-2009
  • Create and delete folder using VBA

    Hi All I need some code that will create a folder on the C drive after i've done what i needed i need to delete the folder again. I need to do this with VBA from a button on an Access Form. Thanks in advance Elmo
    Posted to Access Coding/Macros (Forum) by microsoft on 07-08-2009
Page 1 of 2 (19 items) 1 2 Next >