smooth

  1. M

    Can VBA code be less glitchy?

    Can my code be less glitchy when it’s coping data from one tab to another? When i select input from tab 2 it flickers between tab 1 & 2. How can it be smoother? Sub CopySource() Dim wsData As Worksheet Dim iRow As Long Set wsData = Sheets("Input") Set wsT = Sheets("Tracker") Set work =...
  2. Z

    Formatting text in cells with html tags

    hello , im hoping i can get some advice on a problem i have. I need to be able to add a simple <p> tag to specific points in my text in excel cells. so for example some of my cells have product descriptions liek this Goodio Raw Chocolate 56% Coffee 48g x 15 Starring sweet, smooth and...
  3. P

    smooth countdown

    greetings all, sorry if this is covered somewhere else if it is really basic. i have a macro that loops through calculating to make a count-down timer work. the problem with it is that the screen flickers each time it calculates. It runs roughly like this: Sub Countdown () For i = 1 to...
  4. W

    Smooth Shape Radar Chart

    Hi guys, just wondering why this VBA code posted in this link, seems it's not working.. Do you guys have any ideas how to make it work? I would like to draw smooth shape for my radar chart.. http://peltiertech.com/Excel/Charts/VBAdrawradar.html#SmoothTransShape Thanks a lot before...
  5. W

    Draw Smooth Transparent Shapes on Radar Chart

    Hi guys, I have tried to run the code given to draw smooth transparent shapes on radar chart, as suggested by Peltier as shown in the website below. http://peltiertech.com/Excel/Charts/VBAdrawradar.html#SmoothTransShape I believe some of you should be an expert in handling the chartin...
  6. K

    Smooth XY Scatter

    I'm trying to find an easy way to find a Y value for a given X value on a smooth line XY scatter chart. I want to find the values in between my data points. (i.e. I have data points for an X of 10 and 15, but not for 12). I understand that the smooth line is not a trend line. I tried all the...

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