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

    VBA in Excel - Sum of cells

    Hi all, I'm trying to write a bit of code that sums the value of a particular cell (in this case D4) in each of the worksheets in the application and returns the answer in a msgbox. I've gotten this far but it doesn't work, any ideas? Sub sumofD4() Dim sumofD4() Dim w As Integer Dim i As...
  2. plasmar8

    Sorting by required column

    Hi all, I'm trying to write a simple prgramme that will be able to sort the table according the column number that is entered into an input box. i'm trying this but it crashes every time: Sub Macro1() Dim n As Integer Dim mycell As Range n = InputBox("Please enter which column you would like...

Part and Inventory Search

Back
Top