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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by StormVoogd

  1. StormVoogd

    Using Visio 5 and Excel

    hia i want to get info from visio 5 into excel... using vba i need to get all the drawing on a page(the charts enz..) into a excel sheet. with as much info as possible(width, height, place on drawing, colors enz..) does anyone has an example of that because i cant find anything of that on...
  2. StormVoogd

    Can someone tell me how to send SMS with vba

    hia i want to know how to send Small Message Service with vba maybe some code or something Grtzzz... chris govaarts
  3. StormVoogd

    learning vb 6

    hia if you can give me your mail adress then i can send you some files with courses of vb6 you can mail that adres to me at c.govaarts@ever.nl Grtzz... chris
  4. StormVoogd

    in VB create word doc

    hia mabye try this vbTab(8) Date vbReturn first you will do 8 tabs Then you fill in the date and go to the next line.... i m not sure its going to work but i think it will grtzz Chris
  5. StormVoogd

    Closing an Excel 2000 Workbook Using VB6

    hia mabye this is an answer to your problem try to unload excel before you close excel... wrkBook.Unload xlApp.Unload i hope its going to work if not tell me and mabye i have another anwser Grtz chris govaarts :-)
  6. StormVoogd

    How to send mail from excel on a specified time

    hia i want to save a excel worksheet and then send it as an attachment at a specified time.... i've got an tekstbox to show me the system time and at bv. 17.30 he has to save the excelsheet and send the sheet as an attachment by mail to one adres... anyone any idear of how to do that...
  7. StormVoogd

    Again an probleem

    thanks i just made another problem i've put the printoption in a loop and mij programs are crashed.... fun Grtz... :-) :-)
  8. StormVoogd

    Again an probleem

    hia This time i want to print when there ar 30 rows filled with data, but while testing he has an error that he has not enough memory i use this as code to print.... If ActiveSheet.Rows >= 30 Then Worksheet.Print End if What am i doing wrong B-(
  9. StormVoogd

    how to insert new rows in excel using vba

    hai i would like to know how to insert new rows in excel or how to move for example row 2 to row 3 so row 2 is free again... i'm using vba so there has to be an solution to my problem, hope someone knows the answer.... Grtz....X-)

Part and Inventory Search

Back
Top