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!

Search results for query: *

  • Users: baltog
  • Content: Threads
  • Order by date
  1. baltog

    How to remove images in worksheet

    Hi All, I just wanna ask how can i remove the images/pictures in my worksheet. the ff code doest not work. sheet1.range("A1:F100").clear it removes only the texts. thanks in advance
  2. baltog

    How to hide/show excel sheet

    Hi all, I have 1 workbook that contains 3 worksheets. On load i want to set the 2 worksheets hidden, then on set these visible on certain mouse or keyboard events. Thanks in advance
  3. baltog

    How to read the content of text file?

    Hi, does anyone can give me sample codes how to read the content of text file? sample: Content of Test.txt *************** Name: Aztec Surname: Ocfemia ************** I want to get the the Name: Aztec and store it in a vb variable. Thanks in advance. Rodel
  4. baltog

    2 datasource of 1 datareport?

    Hi all, Can i use two datasource for one datareport. I need this because the first one returns only one row from joined tables. The second datasource will be for the tables that will return more than one record. Is this possible? Thanks! Rodel Ocfemia
  5. baltog

    "Out of Memory" when running COM+ app

    Hi, I'm working with COM+ application. My question is not regarding with the code since my code is running in other workstation. My problem is that when i run the program or run with full compile, it did not continue. The reason is "Out of Memory". I've tried to modify the memory...
  6. baltog

    How to set the source file path

    Hi, Can u help me how to set the path for my excel application? Private xlSrcApp As Excel.Application Private xlSrcBook As Excel.Workbook Private xlSrcSheet As Excel.Worksheet How do i set the path or source for xlSrcApp? tnx in advance, Rodel
  7. baltog

    VBA(excel) - How to set the path of application

    Hi, Can u help me how to set the path for my excel application? Private xlSrcApp As Excel.Application Private xlSrcBook As Excel.Workbook Private xlSrcSheet As Excel.Worksheet How do i set the path or source for xlSrcApp? tnx in advance, Rodel
  8. baltog

    VBA (excel) - How to set the source file

    Hi, I'm working with VBA Excel. Here's the situation. I want to transfer the data from 1 excel file to another file. How do i set the source file. Here's what i started: Private xlOutApp As Excel.Application Private xlOutBook As Excel.Workbook Private xlOutSheet As Excel.Worksheet...
  9. baltog

    FileCopy function

    Hi, Can you give some code using FileCopy function tnx
  10. baltog

    how to copy a file in vb app

    hi all, Anyone can help me how to copy a file in my vb app? I've tried to use FileCopy Function having parameters source and destination. I have variables which handle the source and the destination path. I'm sure i missed something in my code. Thanks

Part and Inventory Search

Back
Top