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. browserice

    Cross reference whole column inside text field of another column ?

    But isn't VBA visual script you can attach to an Excel file and have it executed inside Excel ?
  2. browserice

    Cross reference whole column inside text field of another column ?

    None. I was hoping to have the whole code. I figured it would be longer then 10 lines (20 at the most). I haven't done VB scripts in a very long time. I forgot everything. My point is not to learn how to do it. This is a one shut deal. I do not have time to learn how to find the code on my...
  3. browserice

    Cross reference whole column inside text field of another column ?

    Oh and we have no SQL software, no Microsoft Access. Just Excel and Word.
  4. browserice

    Cross reference whole column inside text field of another column ?

    I have a 2 excel files : File-Name (list of problem types) Column-Name authority Disk space timer timeout File-Log (activity log) Column-Type Column-Log [empty] adja sdhajsdhfklaj authority hasldjf [empty] adjasdha timer hfklajdl fjasdkljfhasldjf [empty] ad disk space...
  5. browserice

    excel vba : references to objects from other worksheets/workbooks

    Here is an exemple (have plenty of other typs of code I wanna do but this one is easy enough to show you what I need). I have in the general code area : Private Sub Workbook_Open() ' code to put here for initialization End Sub Now in this workbook, I have many worksheets but on the Setup...
  6. browserice

    excel vba : references to objects from other worksheets/workbooks

    I am starting on Excel VBA as of today. I have this Excel file at the office with multiple worksheets in it. We use it to manualy add data on daily worksheets (one for each day of the month) and then take the totals of that daily worksheet to copy to another worksheet (same excel file) where all...
  7. browserice

    regular expression to do ...=split(/@/,var); ?

    I have a record where 2 values are seperated by a '@'. value1@value2 The split(/@/,var) doesn't work and I am guessing because in this case the '@' means something else. So there should be someother regular expression in there to match the '@'. I searched a few regular expression links but...
  8. browserice

    CASE in Perl 4 ?

    thx
  9. browserice

    CASE in Perl 4 ?

    I am not talking about Perl-5 nor can I upgrade to it. I am stuck with Perl-4.
  10. browserice

    CASE in Perl 4 ?

    Is there a CASE command in Perl-4 ? If so, what is its synthax ?
  11. browserice

    Differences between UNIX Perl-5 and AIX Perl-5 ?

    I started another thread oriented to Perl-4 as this one here will lead people into confusion since it is not about Perl-5 anymore. You can close this thread.
  12. browserice

    Perl-4 AIX tutorial : looking for links

    Because at the office we use an IBM's AIX version of Unix and that it has Perl-4, I want to build some tools to help our daily tasks. I don't know Perl. Any good links to Perl-4 tutorials ? Keep in mind that it has to be AIX oriented. It would be a bonus if it also had explained differences...
  13. browserice

    Differences between UNIX Perl-5 and AIX Perl-5 ?

    I have no power over any installation/updates on the client's server. No real discussions about development of tools have been done with the managers (except a received "We do not build tools" type of response on a quick and go question. But I am sure that manager didn't understand what I meant...
  14. browserice

    Differences between UNIX Perl-5 and AIX Perl-5 ?

    I checked the AIX Perl version : >perl -v This is perl, version 4.0 $RCSfile: perl.c,v $$Revision: 1.1 $$Date: 1996/05/10 05:06:54 $ Patch level: 36 Copyright (c) 1989, 1990, 1991, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General...
  15. browserice

    Differences between UNIX Perl-5 and AIX Perl-5 ?

    Can I get a detail description (link or document) about the differences between UNIX's Perl-5 coding and AIX's Perl-5 coding ? I am asking because my first Perl program I did (posted here on this forum section about 1 month ago) was checked/corrected by other members but when I ran it on AIX, I...
  16. browserice

    Tivoli cmds in Perl-5 : limitations/restrictions ?

    How can I submit Tivoli commands in Perl-5 ? What are the limitations/restrictions ?
  17. browserice

    General inquiry about this forum section

    Hi, I am currently doing software distribution via Tivoli for IBM, using IBM's own UNIX AIX system. I think this forum section would be a good place for me when I have issues or questions but what is the "TME10" about ?
  18. browserice

    My first Perl : need a look over it for problems/bugs/errors

    Thank you very much. What about having the input from the pipe ?
  19. browserice

    My first Perl : need a look over it for problems/bugs/errors

    Oh and also, you guys didn't tell me how I can have the input coming from the pipe and not from a file.
  20. browserice

    My first Perl : need a look over it for problems/bugs/errors

    Thank you but 2 things : 1) I don't simply want to put your changes into my code. I need to understand why the differences. Explanations should always be put on any code changes. I need to understand before I do anything. 2) I don't simply concatenate all fields back together. Not all fields...

Part and Inventory Search

Back
Top