Is there a way to access and evaluate Excel formatting codes via VBA -


i trying write vb script in excel parse data in excel cell. parse data correctly, need utilize formatting in cell. example, text parsed below should parsed follows: a. mineshaft b. darnley bay. way tell because mineshaft displayed in smaller font.

is there anyway right vb script parse cell text based upon hidden formatting codes in cell.

text parsed: mineshaft darnley bay

i'm trying accomplish in mac 2011 office excel, in on pc excel 2010 if makes difference.

thanks help.

i'm sure can find out font of section, think should analyse data try , find way of pulling out information want.

  1. why first word different font?
  2. are there finite number of mineshaft words?
  3. could find mineshaft, etc word @ begining , put in a, , put rest of string b?

if post greater amount of data trying parse might able help.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -

django - CSRF verification failed. Request aborted. CSRF cookie not set -