for the first problem try below code. i am not sure with micRegExpMatch of your needs. object identification should work for the below code. get back if any issues in regexp.
Code:
outerHTML=Browser("Name:=CDD").Page("Title:=CDD").WebTable("name:=Refresh View").WebTable("name:=Ignore").Object.rows(1).cells(1).outerHTML
identifier="outerhtml:="&outerHTML
a=Browser("HTML Tables").Page("HTML Tables").WebElement(identifier).waitproperty "outerhtml", micRegExpMatch("<TD style=" & "COLOR: \#([f|F|0]{6})"& ">[\w\W]*?</TD>")