Hey All,
I know there has got to be a way to do this but I am stumped. For context, I created a macro that fills down/up multiple columns based on your selections but to do so I use a transpose and cross tab that makes every field selected a vString. I would like to maintain the original field types and put those back on their respective fields for the macro output. I dynamically know what each field type is from the field info tool earlier in the workflow but I need a way to force those field types onto the final output. I would prefer to have a method that does not nest a macro (tends to get messier at this point when it comes to distributing this macro for a large userbase). I know I should be able to do this but I need to be pointed in the right direction of what tool to use - I would think this would be easy.
Thanks!