Hello, i am VERY new to writing vb in excel but have experience with writing in access so im familiar with the coding.
I want to write 1 macros that accomplishes the things below, this can either happen on automatic update of the spreadsheet or maybe a button insert and changes on click, whichever is easier. Thanks for the help!!!
1)I have an ID column (A1) called AMR AIS. I want to convert anything in this column that begins with a letter to a numeric value.
A=1; B=2, C=4, D=5, E=7, F=9 <--These are the only possible conversions. If it begins with a number, then dont do any conversions. Also, if it begins with an "x" or a "y" or "null" it should be deleted.
2) After the above conversion, I need to add "00" to the front of every value in the same column.
3) After step 2, last thing is to sort this column from lowest to highest
If anyone can please help me write a macros for these steps, if greatly appreciate it! Thanks!!
Bookmarks