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

    Chart copy to another workbook

    I have a workbook with few sheets and macros developing some results and charts. I have to copy all the results and charts to another sheets with just values (no formulas). I'm able to copy and paste special through VBA all the Calculation sheets but copying and pasting the chart it will...
  2. Rome75

    Saveas Excel without macros

    I have few macros developing and genarting worksheets and charts. Is there a way to saveas the xls to a new xls file with just data and not macros in the way that the user will just be able to see the results and not formulas and macros who produced it?? Right now I just think I can do this...
  3. Rome75

    formula implementing

    I have 3 columns in Sheet1 with 3 data series...and I'd like to implement some formulas in sheet2 using a loop. Basically, I'd like to write a loop able to implement the average formula of each columns in sheet1 and write the result in the cella A1, B1 and C1. I don't know the symtax I'd...
  4. Rome75

    Excel - Changing Columns and Rows name

    I'd like to know if it's possible to change columns and rows name in Excel using programming a VBA script??? So, i'd like to programmatically change columns name A, B, C in something always different.. thanks

Part and Inventory Search

Back
Top