Forum Discussion
ermalhasangjekaj
Aug 20, 2025Copper Contributor
Word.FieldType.ref support on Word Online
I have an issue in a Word Add-in on Word Online where I'm trying to insert a reference field in insertField method of Range. I have the same function on Word on Windows, Mac, and Onlineso I need t...
Kidd_Ip
Dec 05, 2025MVP
Currently, `Word.FieldType.ref` is not supported in Word on the Web, and Microsoft has not provided any timeline for when this capability may be introduced. According to the official documentation, field functionality in Word Online is largely limited to read-only operations, in contrast to the desktop clients where full field insertion and management are available.
Word.Field class - Office Add-ins | Microsoft Learn