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 TouchToneTommy 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: tytus2005
  • Content: Threads
  • Order by date
  1. tytus2005

    Writing in bytecode

    Is it possible to write script exactly in bytecode (I mean using characters with ASCII code less then 32). I know that perlcc -B can be used, but it generates bytecode with architecture information and such a code can't be executed on other computers with different compiled perl (for example...
  2. tytus2005

    Shortest code

    Hi, I'm learning Perl and for now I'm on regexp. With my friend, we make some challnages for shortest code. We have such a task: We are given some words (of length at most 20). These words are made only from capital letters (A..Z). We want to count and print out 2**(number of letters A,B,C,D)...
  3. tytus2005

    UserForm.Show Error

    I have three UserForms in my Excel VBA Application. First Form is to select files to compare, second is some kind of progress bar, and third is to show when duplicated cells are found - it should let users choose which value is correct. When first duplicated cell is found everything is ok - user...
  4. tytus2005

    String manipulations

    I wonder if there is any way to manipulate strings in VBA just like it can be done in C/C++. I mean - is there any way to do something like accessing single letter with []? For example is there any way to check for example third letter in a word in C/C++ way (word[2])?
  5. tytus2005

    Excel catching paste event

    Hello! Is there any way to catch paste event in excel vba. I mean - I need to catch it, check if there is any dollar sign and if so change the address, otherwise paste it without changes. Any idea how to do it? Best regards, Tytus
  6. tytus2005

    Printout

    I wrote a macro to hide an empty rows - and it works ok, but when I want to print sheet with hidden rows, excel show (on printout preview) empty space - so even if I want to print only one row (from 40 I have) I get one row on first page, then empty space and last row (summary) on second page -...
  7. tytus2005

    Headers fields recalculation

    Is there any way to recalculate fields inserted in header after the detail section has been calculated - I mean - if I would like to insert in header information about the number of records in details sections I need a way to calculate it at the end - when I'm just putting it in the report it...

Part and Inventory Search

Back
Top