vba 2010

  1. M

    VBA: Input box and save

    At the time a file is opened, I'd like an input box to pop up that states, "This Tract Is:" and the editable text in the input box (the white box) is referenced from a cell in the just opened workbook - always cell A1. Then the user can edit any text he needs to, press "okay" and the file will...
  2. G

    Macro - Send an email through Outlook

    Hi Everyone, i'm new here :) i made a research on internet and this is what is mentioned to be the best Excel forum available. So here I am asking for an advise from some experienced user. So let's meet the point of this thread.. I need to create a Macro (I'm using Office 2010 Professional +...
  3. P

    MSACCESS 2010 SumProduct (Expression or VBA)

    I am new to MrExcel, but have gotten ALL my issues resolved simply by searching threads, however this one !@# *This has been migrated from EXCEL to MSO ACCESS 2010 I have a database that uses the days of the week for its field names. Each row has similar data. Row 1 has the same data as Row 2...
  4. S

    Worksheet_Change Error with Pivot Table Refresh on diff sheet

    Hello, I am very new to VBA and any help would be appreciated. The purpose of this code is to reformat one pivot table upon a change on the same worksheet only. I have placed the code in the individual worksheet object. It works perfectly EXCEPT when I refresh a pivot table on a separate sheet...
  5. N

    Find all Errors in all sheets

    Hi! i'm trying to find Error #REF but i didn't manage it to work. and i don't know what is it i'm missing? here the code Dim ws As Worksheet Dim R As Range Dim sCell As Variant For Each ws In ThisWorkbook.Worksheets Set R = ws.UsedRange For Each sCell In R...
  6. O

    "database form": populate textbox with value based on listbox selection.

    Hi, I recently found an awesome userform made my Roy Cox. "Database Form" What im trying to accomplish is to have on listbox display dataset from a sheet (so far so good). However as there are more than 10 columns of data i soon discovered the limit when using additem. Ive since realized that...
  7. D

    Vba charts - add reverse axis order to existing code

    Using Windows 7 Office Excel 2010 I'm trying to add a reverse order for the axis for a chart that populates based on various data. Because of this, some (NOT ALL) of the charts need to have the reverse order = False. I have tried adding the statement (.Axes(xlValue).ReversePlotOrder =...
  8. T

    Find word and goto page in PDF from Excel

    Hi, I have an Excel-2010 file which contains students unique admission number in column-A. Everytime I click in any cell in column-A, the code below finds the student in the PDF file. Need help with the following: Everytime I click on a cell in column-A, it should find the student admission...
  9. N

    how to remove those first 0 in a cell

    hi! i wonder if ther some how i can check if the start of the string is 0 and remove it så it start with a number insted. somthing like this 016.00123.000 006.00071.000 162.00003.000 012.00065.000 009.00012.000 224.00001.000 to 16.00123.000 6.00071.000 162.00003.000 12.00065.000...
  10. M

    VBA - Create New Worksheet from list

    VBA - Create New Worksheet from list I need some excel 2012 VBA help please. Table2 in the worksheet named "Index" has employee information. The code below reads the list and creates a new worksheet and renames it based on contents in column e and increments to the next This code works for new...
  11. A

    Copy certain rows that have a certain value range in a column to a new worksheet

    Hi, Could you please help me with a VBA code that would look at column M in sheet 1 and if any cells in column M =>10,000,000 then this entire row gets copied on another worksheet. Thanks so much for your help. Ambarish
  12. S

    Problems creating a Userform with VBA - name assignment.

    Hi.... I'm running Excel 2010. I need to create a Userform using VBA (which I can do OK), but I'd like it to be called something other than "Userform1" The following code extract works ONCE only:- (and I have "Microsoft Visual Basic for Applications Extensibility 5.3" and "Microsoft Forms 2.0...
  13. N

    reduce performance and memory

    Hi! In programming there is alot of code and your can solved a problem with many ways. I'm new in vba and when i programming i'm always wonder. what should i use and what should i not use in programming so the program not taking so much performance and memory. So what is good in programming and...
  14. N

    resize a label

    Hi i'm trying to resize a label so the label get exactly same size as plot area. but it get bigger than it is. :( sub test() Dim sPoint As Point Dim ch As ChartObject Set ch = ActiveChart.Parent Set sPoint = Selection With Label1 .Left = ch.Chart.PlotArea.Left...
  15. Z

    Save single sheet from workbook as text file

    Hi I need to save single sheet from workbook (sheet7) as text file in specific folder (c:\Test) if the file exists a warning should show if you would like to over-write the file. And et the end change file extension from .txt to .dat Thanks Zibi
  16. Z

    VBA save specific sheet in work book as .txt file

    Hi I need to save Sheet7 in active workbook to folder "test" on my C: drive as .txt file and check if the file exists prior to overrite. Please help.
  17. N

    select the point in chart

    Hi! I need a mackro that take out a point in a chart and show the value of it. For example, in a chart, there are several point and when i click on the point it shows the value of it (just for that point). thx in advance
  18. montecarlo2012

    substract one row

    Hello everyone. trying to write a code to substract the row A:F from each row of I:N and the corresponding results for each one on P:U I ask vba code instead of formula because I have to do this so many times a week. and my list in I:N is more or less I2:N500. any hand on this welcome. looking...
  19. N

    copy valye from cell without using .copy but still get dame font, text align and font bolt.

    i wonder is there possible to not using .copy but still get the value from range and put it to another range and still got same text alignt, text size, font bolt?
  20. N

    Add new row base on date.

    Hi! i'm trying to creat a macro that add new rows base on date. evertime i hit ctrl+shift+A it will add new row to column A and B. and Column A will get this days of date. and if it go to next month Column A,B,C and D will get new row as well. A get the days date. and Column C got the days...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top