vba - comments

  1. M

    VBA to automate transfer of data across sheets, based on criteria

    Hi All, Complete newby to VBA and learning as i go. Someone helped me with my first VBA macro last week and now I'm hooked on improving my CRM system! What i need to do, is.... I have an orders sheet and a sales sheet; once an order is completed, it becomes a sale. I need the act of...
  2. D

    How to Extract Cell format Type as cell value to another cell

    Dear Friends, I am trying to create Macro Program for my regular activity for Data Extracted from Tally. I am having cells filled with Amount as number and custom Formatted as ""0.00" Cr" and ""0.00" Dr" So Cell display will be D5 = 100 (Display as "100 Cr") and D6 = 150 (Display as "150...
  3. C

    VBA to automate formatting

    Hello, I have a particular set of data: AA BB AB CC CA CD DA FA FD FC I want to create an if/then statement to delete all values that contain either an "A" or a "D" for purposes of eliminating irrelevant data. Sometimes I'll have more values, sometimes less, but I always want the same...
  4. H

    Application.EnableEvents = FALSE

    Want to understand: what Application.EnableEvents = FALSE does in the code. 1 of my Excel workbook contains multiple worksheets. In 4 worksheets, there are codes & all functioning properly. In a new inserted worksheet in the same Excel workbook, a code is to be pasted which contains...
  5. S

    when i am generating sheet that time data has been corrupt and 1 sheet is correct and other sheet corrupt

    Hello Friends, I am new in VBA and i want to develope one macro in which user will enter data and generate querry but when i am generating excel sheet that time one sheet is giving correct data but all other sheet has been corrupt automatically the code is given below...
  6. montecarlo2012

    how to process a problem

    I have an array of A1:F20, I want to subtract the values incolumn A from column F. <o:p></o:p> I am trying to see the connections (or process) how when yousee A1 immediately you think as range and so on, so in this little problemwhere is the <o:p></o:p> Objects, properties, procedures, events...
  7. montecarlo2012

    methods and properties

    I would like someone really make clear the difference between methods and properties, showing some snippet code and using callout to pointout where is the method and where is the properties (and the objects, procedures and events as well) thanks.
  8. L

    please help me : style and type

    the code is to create chart and but name, title, range, style and type for chart the code run well except type and style any idea Charts.Add With ActiveChart .HasTitle = True .ChartTitle.Text = Application.InputBox("Please enter chart Title", "Chart Title", "As of " &...
  9. M

    Inserting notes into range of cells

    I am new to VB and am struggling to find a more elegant way of inserting comments into a range of cells (c2:d35) so have brute forced it. I would also like to autosize the comments but don't want to create this the same way as I have inserted the comments. Any help you can provide would be much...

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