Genie can do spreadsheet but not VBA code

chuf

Well-known Member
Joined
Jun 12, 2006
Messages
619
Hi all,

good progress this week - i find i can move things from column A to column B and multiply them by minus 1 too. :) Little things please etc.

So now i've moved onto trying to get my spreadsheets and codes to display on the forum in an acceptable manner.

I've downloaded genie - its great on spreadsheet / worksheet data but how do i use it to post my VBA code onto the forum please ? Currently its all over the place.

Thanks in advance. Chuf
 
you dont. Copy and paste your code directly from the VBE editor and enclose it in CODE Tags.

To achieve this:

Code:
sub test()
    'my code here
end sub

type [ code ] before your code and [ /code ] after your code without the spaces after and before the brackets. Alternatively click on "Go Advanced", paste your code, mark it with the mouse and click on "#".
 
Thanks very much.

I wondered what on earth was going on.

Much appreciated. :)
 

Forum statistics

Threads
1,221,574
Messages
6,160,601
Members
451,657
Latest member
Ang24

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