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 Chriss Miller 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. gmoorthy

    Copy row data

    Figured that out :D in the code determines the columns.
  2. gmoorthy

    Copy row data

    I changed the int no Val to string and it worked. If I have more columns what I need to do copy them ? Thanks a lot Andy and Skip
  3. gmoorthy

    Copy row data

    Tried changing to text still the same issue
  4. gmoorthy

    Copy row data

    I am doing any calculation just have to copy the data
  5. gmoorthy

    Copy row data

    I have zero experience in VB
  6. gmoorthy

    Copy row data

    Int no Val = 0 Range a and intR = 45678 This is the first instance in the spreadsheet where numbers are repeated
  7. gmoorthy

    Copy row data

    Getting run time error 13 type mismatch
  8. gmoorthy

    Copy row data

    I am getting a mismatch error IntNoVal = Range (“A” & intR).Value
  9. gmoorthy

    Copy row data

    Yes that is correct Andy
  10. gmoorthy

    Copy row data

    Skip I tried what you had suggested earlier. The issue is for example 4567 gets repeated 3 times so I have to keep dragging the formula across which is a manual process. Is there a way to sutomate this in such a away that it looks for the number of repeats takes the data and copies it acrosd
  11. gmoorthy

    Copy row data

    I have a huge excel spreadsheet Number description code date 1234 Test1 A 12/31/1998 1234 Test2 B 04/13/2020 7890 Test3 C 05/06/1999 4567 Test4 D 01/03/1999 4567 Test5 E 09/03/2020 4567 Test6 F 06/07/2020 What I want is that if...
  12. gmoorthy

    Convert row to column

    I forgot to mention one thing the number of rows is large like 1000 + rows hence wanted a macro
  13. gmoorthy

    Convert row to column

    Hi skip - thanks why I am not able to see the macro or formula that you suggested?
  14. gmoorthy

    Convert row to column

    I have an excel spreadsheet as follows 123456 abc def 123456. Xyz Mano 7890 Tyu iOS 7890. Min opu 7890 Ire xyz 6789. Abc 5678. Mano So i need a script which will do the following Should check the first column and if the numbers are repeated the remaining two columns should be...
  15. gmoorthy

    Autosys file watcher names

    I am new to autosys and I have multiple files comming in for example File1 File 2 File3 I want a file watcher which will watch for these files one by one and then call another job. Can I pass the file names to the other job one by one as that will be used as a variable. This is running on windows
  16. gmoorthy

    Checking for files with current date using dos commands

    How can I use a dos scripting to check for files with current date I get 4 files daily File1_yyyymmdd file2_yyyymmdd file3_yyyymmdd file4_yyyymmdd
  17. gmoorthy

    Windows batch program - check for files

    Thanks a lot This is VB script , how do I do it using Dos commands. Using find commands etc
  18. gmoorthy

    Windows batch program - check for files

    I need a window script which will check if I have 4 files existing in a folder with current date. The file naming convention are File1_yyyymmdd.csv File2_yyyymmdd.csv file3_yyyymmdd.csv File4_yyyymmdd.csv
  19. gmoorthy

    Match and Index

    I would like to see th values of column A in Column C for a match. What i mean by format is that in one column user has typed in and then done an enter key , in some cells they have done a copy paste. Can't upload a sample due to data confidentiality. If i have the formula then i can try to...

Part and Inventory Search

Back
Top