in
All Tags » VBA » picture (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
  • Windows Picture/Fax Viewer-VBA solution & ?

    The following code accomplishes opening the Windows Picture & Fax Viewer, to a point. Hope part 1 helps someone else: If UserForm1.OptionButton4.Value = True Then For k = 0 To 8 Step 1 If ArrayList3(k).Value = True Then Set fso = New FileSystemObject Set objFile = fso.GetFile("" & drive...
    Posted to Miscellaneous (Forum) by microsoft on 04-26-2010
  • Format Image with VBA

    What is the proper syntax to format an image as "Behind Text" with VBA. For Example, I have this code: Selection.InlineShapes.AddPicture FileName:=FileName.Jpg Now how can I format that image so that the image is behind text (equivilant to Format | Picture | Layout | Behind Text). Thanks
    Posted to Word (Forum) by microsoft on 02-08-2010
  • create image control in Excel using vba

    I have an image on my spreadsheet and I want to programmatically create another image control that uses the same jpg - I don't want to type in a file location when creating the new image. Let me know if this isn't clear and I'll try to explain it better. Thanks Dean
    Posted to Excel (Forum) by microsoft on 08-13-2009
  • VBA Form, remove picture from image frame

    Hello Experts, Hopefully an easy question but cant seem to find an answer on web, I have a VBA form in word with an image control, im adding pictures to it by simply Image1.Picture = LoadPicture(PicPath) What line of code could i use to remove the picture within the image frame. I want to have the effect...
    Posted to Microsoft Office (Forum) by microsoft on 08-04-2009
  • Insert and format a picture with VBA

    How can I insert a picture, then set it's size using VBA into excel? Thanks!
    Posted to Excel (Forum) by microsoft on 08-02-2009
  • Invalid Picture Error on VBA form in Excel

    This one has me absolutely baffled. I have been working on this same enhanced Excel application for months. About two weeks ago I added a splash screen that displays using the workbooks "open" event and uses the ontimer method to close itself and finish loading. The splash screen form has an...
    Posted to Microsoft Office (Forum) by microsoft on 07-11-2009
  • vba Form Image, get picture from clipboard

    Hello Experts, I have a userform in word, i would like to change the image1 picture to the picture placed on the clipboard. The picture i want to insert is a table within the document. If it is not possible to use the clipboard directly, i would like to copy the table and save it as an image in a tempory...
    Posted to Microsoft Office (Forum) by microsoft on 07-09-2009
  • excel vba

    I have a spreadsheet with imported pictures. I want to delete all of the pictures. When I recorded a sample macro, I got the code below: ActiveSheet.Shapes("Picture 117").Select Selection.Delete Unfortuanately, I don't know the numbers. Is there a way to cycle find the picture id or delete...
    Posted to Excel (Forum) by microsoft on 07-04-2009
  • Word VBA Form, Insert and Remove Pictures

    Hello Experts, Im not sure if what im trying to create is to ambitious. I have a word document template setup which uses a vba form for multiple tasks. I want add a feature to the form where i can add and remove images which are frequently used. I want the user to be able to click a tick box which will...
    Posted to Word (Forum) by microsoft on 06-28-2009
Page 1 of 2 (13 items) 1 2 Next >