Screen Width / Meters Width = DeltaX
DeltaX * Box2D Coords
Screen Height / Meters Height = DeltaY
DeltaY * Box2D Coords
Not sure if this is what you're asking for, but I recommend keeping it in meters because using pixels with Box2D can mess stuff up, unless of course you know what you're doing.
Edit: Oh, you beat me too it...