Assuming I am not running server side scripting of any kind, how can I set
and get
a cookie from within VBA code?
相关问题
- Multiple Django sites on the same domain - CSRF fa
- Error handling only works once
- Save html in cookie
- Excel formula in VBA code
- HTML <form> tag causing Rails form to submit
相关文章
- C#中 public virtual string Category { get; }这么写会报错:
- Unregister a XLL in Excel (VBA)
- fetch: Getting cookies from fetch response
- How do I send cookies with request when testing Fl
- Is ![removed] reliable?
- numeric up down control in vba
- Declare a Range relative to the Active Cell with V
- How does a browser handle cookie with no path and
I saw a posting about this that might help for setting the cookie:
link text
Here is his code snippet:
Not sure about getting the cookie - one of the main posters mentions that XmlHttp strips out cookies for security reasons.
Hope that might get you started!