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 strongm 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: *

  1. vegasrockstar

    Import into Excel from Microsoft Query Problem

    Hi all. I am trying to import data from a SQL Server database into an Excel spreadsheet. I have done this before using the exact same database with no issues. However, this time, when I go through the exact same process (Data > Import External Data > New Database Query, select datasource...
  2. vegasrockstar

    Encrypt in C#, Decrypt in VBA

    Hi, I need to encrypt data in C# and decrypt that same data in VBA. Does anyone know of how I can do this? Thanks [bigsmile]
  3. vegasrockstar

    Alternative to Split function?

    Hi I am trying to create an array from a comma seperated string. I have been trying to use the Split function but the version of VBA that I am using (VBA332 - unable to change - am running a Macro in a Reflection session) does not include the VBA.Strings.Split functionality. All help would be...
  4. vegasrockstar

    VBA - extracting parameters from an ini file.

    Hi I have an ini file that I am reading to get parameters for my VBA macro. For set length values I have no problem using the code below to extract the string from the ini file. However, if I want to extract a file path that may have different lengths I do not know how to handle that. Any ideas...

Part and Inventory Search

Back
Top