Hi All Original code:
import win32com.client import win32clipboard from win32com.client import Dispatch ws_fc_ipn.PasteSpecial(Paste=-4163) Wanted copy and paste special (paste value) to selection. Gave me "Type Error: PasteSpecial() got an unexpected keyword argument 'Paste' " If anyone knows where the mistake is that would be great! -- Qing
_______________________________________________ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32